summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-12-29wl1271: set null data template when BSSID is knownLuciano Coelho1-0/+6
2009-12-29wl1271: check result code from the join commandLuciano Coelho1-1/+5
2009-12-29wl1271: limit TX power to 25dBm for every channelLuciano Coelho1-13/+13
2009-12-29wl1271: remove workaround for disconnectionLuciano Coelho1-15/+0
2009-12-29wl1271: use join command with dummy BSSIDLuciano Coelho1-10/+65
2009-12-29wl1271: added radio parameters configuration values newer firmwaresLuciano Coelho3-5/+35
2009-12-29wl1271: update radio and general parameters valuesLuciano Coelho1-10/+10
2009-12-29wl1271: updated general parameters structure for newer firmwaresLuciano Coelho4-0/+65
2009-12-29wl1271: updated radio parameters structure for newer firmwaresLuciano Coelho1-4/+12
2009-12-29b43: Allow PIO mode to be selected at module loadLarry Finger6-75/+8
2009-12-29mwl8k: remove duplicate local per-vif copy of ieee80211_bss_confLennert Buytenhek1-22/+16
2009-12-29mwl8k: remove unused mwl8k_vif::privLennert Buytenhek1-6/+0
2009-12-29mwl8k: fix up AP vs. STA firmware image receive descriptor handlingLennert Buytenhek1-64/+60
2009-12-29mwl8k: do rx/tx ring initialisation after loading firmwareLennert Buytenhek1-47/+57
2009-12-29mwl8k: get rid of the struct mwl8k_firmware abstractionLennert Buytenhek1-17/+9
2009-12-29mwl8k: add 2.4GHz channels 12, 13 and 14Lennert Buytenhek1-0/+3
2009-12-29mwl8k: initialize the mwl8k_info_tbl table using the MWL* enumsLennert Buytenhek1-2/+2
2009-12-29mwl8k: inline qos field manipulation functionsLennert Buytenhek1-41/+10
2009-12-29mwl8k: get rid of the AMSDU check in the transmit pathLennert Buytenhek1-11/+0
2009-12-29mwl8k: hw is never NULL in mwl8k_set_radio_preamble()Lennert Buytenhek1-5/+1
2009-12-29mwl8k: firmware command code cleanupLennert Buytenhek1-324/+323
2009-12-29iwmc3200wifi: fix array out-of-boundary accessZhu Yi1-1/+1
2009-12-29wl1251: timeout one too soon in wl1251_boot_run_firmware()Roel Kluin1-1/+1
2009-12-29ath9k: fix missed error codes in the tx status checkFelix Fietkau2-1/+4
2009-12-29ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez1-0/+6
2009-12-29ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez1-0/+2
2009-12-29ath9k: fix suspend by waking device prior to stopSujith1-0/+6
2009-12-29wl1271_cmd.c: cleanup char => u8Dan Carpenter1-2/+2
2009-12-29iwlwifi: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-12-29ath9k: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-12-29wireless: remove remaining qual codeJohannes Berg10-255/+4
2009-12-29rt2x00: Add USB ID for Linksys WUSB 600N rev 2.Gertjan van Wingerde1-0/+1
2009-12-29ath5k: fix SWI calibration interrupt stormBob Copeland1-4/+3
2009-12-28libertas: Remove carrier signaling from the scan codeSamuel Ortiz1-14/+8
2009-12-28orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabledAndrey Borzenkov1-3/+3
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville57-505/+648
2009-12-27llc: use dev_hard_headerOctavian Purdila1-3/+3
2009-12-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller69-507/+1437
2009-12-24enic: whitespace cleanup; #define cleanup; more verbose err msgScott Feldman3-9/+9
2009-12-24enic: feature add: add ethtool -c/C supportScott Feldman6-7/+85
2009-12-24enic: Bug fix: align desc ring sizes to 32 descsScott Feldman1-2/+2
2009-12-24enic: minimize pkt filter updates to firmwareScott Feldman2-2/+7
2009-12-24enic: Bug fix: try harder to fill Rx ring on skb allocation failuresScott Feldman1-21/+33
2009-12-24enic: Bug fix: use safe queue shutdown in dev->stopScott Feldman3-38/+27
2009-12-24iwmc3200top: simplify imwct_txTomas Winkler3-23/+19
2009-12-24iwmc3200top: cleanup log messagesTomas Winkler3-34/+48
2009-12-24iwmc3200top: clean up fw_downloadTomas Winkler1-14/+6
2009-12-24netxen: fix unified fw size checkAmit Kumar Salecha1-1/+1
2009-12-24netxen: support pci error handlersAmit Kumar Salecha2-46/+150
2009-12-24netxen: fix tx timeout recoveryAmit Kumar Salecha2-1/+6