summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-01-15b43: N-PHY: RSSI calibration for rev < 3Rafał Miłecki1-2/+155
2010-01-15b43: N-PHY: add RSSI polling and setting 2055 (radio) VCMRafał Miłecki1-0/+96
2010-01-15b43: N-PHY: implement RSSI selection and offset scalingRafał Miłecki1-0/+121
2010-01-15b43: N-PHY: add clip detection reading/writing and some classifier functionRafał Miłecki1-2/+38
2010-01-15b43: N-PHY: split RSSI calibration into 2 functions (rev2, rev3)Rafał Miłecki1-5/+26
2010-01-15b43: N-PHY: update CCA resetRafał Miłecki1-7/+23
2010-01-15b43: N-PHY: update init code to match current specsRafał Miłecki1-40/+161
2010-01-15b43: N-PHY: add various tablesRafał Miłecki2-0/+514
2010-01-15b43: N-PHY: add global variables to b43_phy_n structRafał Miłecki1-1/+43
2010-01-15b43: N-PHY: add missing register definitionsRafał Miłecki1-0/+5
2010-01-15b43: N-PHY: add needed struct definitionsRafał Miłecki3-0/+67
2010-01-15b43: N-PHY: add shared memory offsets definitionsRafał Miłecki1-0/+8
2010-01-15b43: N-PHY: clean table init, check PHY revRafał Miłecki3-83/+84
2010-01-15b43: add new SSB's core id for BCM4328Rafał Miłecki1-0/+1
2010-01-15b43: use standard fls for finding the most significant bitRafał Miłecki1-15/+2
2010-01-15ath9k: implement coverage class supportFelix Fietkau3-2/+19
2010-01-15ath9k: cleanup slot time and ack/cts timeout handlingFelix Fietkau4-75/+55
2010-01-14Staging: r8187se: Fix compile error from wireless-testing commit 7044cc56Larry Finger3-23/+14
2010-01-14ath9k: Fix panic on driver loadSujith3-2/+6
2010-01-14Remove config option B43_LEGACY_RFKILL completelyChristoph Egger1-6/+3
2010-01-14wl1271: remove unused flagsLuis R. Rodriguez1-99/+0
2010-01-14b43legacy: Declare all possible ucodeX.fw filesTim Gardner1-0/+2
2010-01-14b43: Declare at least one real firmware file using MODULE_FIRMWARE.Tim Gardner1-1/+6
2010-01-14Revert "iwmc3200wifi: fix array out-of-boundary access"John W. Linville1-1/+1
2010-01-12mwl8k: update version number (to 0.12) and copyrightLennert Buytenhek1-2/+2
2010-01-12mwl8k: enable multi-BSS AP operationLennert Buytenhek1-14/+56
2010-01-12mwl8k: post per-vif firmware commands as per-vif commandsLennert Buytenhek1-23/+26
2010-01-12mwl8k: prepare for posting per-vif firmware commandsLennert Buytenhek1-1/+16
2010-01-12mwl8k: convert the priv->vif pointer to a list of vifsLennert Buytenhek1-16/+35
2010-01-12mwl8k: use firmware capability field to decide which bands to registerLennert Buytenhek1-6/+25
2010-01-12mwl8k: allow selecting 5 GHz channelsLennert Buytenhek1-0/+2
2010-01-12mwl8k: handle 5 GHz legacy rate bitmaps in firmware commandsLennert Buytenhek1-5/+25
2010-01-12mwl8k: properly set receive status rate index on 5 GHz receiveLennert Buytenhek1-2/+14
2010-01-12mwl8k: add 5 GHz band channels and ratesLennert Buytenhek1-0/+41
2010-01-12mwl8k: move responsibility for initialising wiphy bands to GET_HW_SPECLennert Buytenhek1-11/+24
2010-01-12mwl8k: rename 2.4 GHz band/channels/rates related variables from FOO to FOO_24Lennert Buytenhek1-39/+37
2010-01-12mwl8k: add another 88w8366 PCI IDLennert Buytenhek1-0/+1
2010-01-12mwl8k: simplify sequence number assignmentLennert Buytenhek1-4/+2
2010-01-12mwl8k: don't call SET_AID if we're not associatedLennert Buytenhek1-3/+4
2010-01-12mwl8k: remove (mostly) write-only variable priv->current_channelLennert Buytenhek1-7/+1
2010-01-12mwl8k: update MODULE_FIRMWARE tagsLennert Buytenhek1-3/+7
2010-01-12wl1251: add U-APSD supportKalle Valo1-3/+9
2010-01-12wl1251: create qos null data templateKalle Valo1-0/+25
2010-01-12iwl-debugfs.c: remove unnecessary casts of void *H Hartley Sweeten1-23/+23
2010-01-12iwlwifi: fix bug in tx byte count tableWey-Yi Guy1-4/+4
2010-01-12iwlwifi: remove obsoleted host commandWey-Yi Guy2-2/+0
2010-01-12iwlwifi: ucode statistics data structure updateWey-Yi Guy2-3/+6
2010-01-12iwlwifi: add IEEE80211_AMPDU_TX_OPERATIONALWey-Yi Guy1-0/+3
2010-01-12mwl8k: move receive processing to taskletLennert Buytenhek1-10/+37
2010-01-12mwl8k: keep TX_DONE interrupt masked while transmit reclaim is runningLennert Buytenhek1-31/+46