summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-01-28ps3_gelic_wireless: Remove PS3 gelic legacy wpa supportHamish Guthrie2-151/+0
2010-01-27rtl8187: Add callback for get_tsfLarry Finger1-1/+10
2010-01-27b43: N PHY: Fix compilation after removal of typdef b43_c32Larry Finger1-2/+2
2010-01-27rtl8180: implement get_tsf op for mac80211John W. Linville1-0/+9
2010-01-27libertas: add comment re: v10 firmware key handlingJohn W. Linville1-0/+5
2010-01-27ath5k: adding LED support for AR5BXB63 cardsLuca Verdesca1-0/+2
2010-01-26mac80211: wait for beacon before enabling powersaveJohannes Berg4-27/+17
2010-01-25b43: N-PHY: use cordic to generate samplesRafał Miłecki1-9/+12
2010-01-25b43: update cordic code to match current specsRafał Miłecki3-9/+21
2010-01-25b43: make cordic common (LP-PHY and N-PHY need it)Rafał Miłecki3-43/+43
2010-01-25b43: N-PHY: fix one bit off in parsing RF Ctrl Override argumentsRafał Miłecki1-1/+1
2010-01-25b43: Workaround circular locking in hw-tkip key update callbackMichael Buesch1-8/+5
2010-01-25ath9k: improve max rate retry handlingFelix Fietkau2-8/+7
2010-01-25iwlwifi: fix throughput degradation in aggregation modeDaniel Halperin1-14/+9
2010-01-25iwlwifi: cleanup spectrum measurement command supportReinette Chatre8-247/+33
2010-01-25iwlwifi: check endianness annotations by defaultJohannes Berg1-0/+2
2010-01-25iwlwifi: fix sparse warningJohannes Berg1-1/+1
2010-01-25iwlwifi: clean up debugfs codeJohannes Berg3-215/+91
2010-01-25iwlwifi: reorder device setupJohannes Berg1-12/+16
2010-01-25iwlwifi: is no longer experimentalJohannes Berg1-1/+1
2010-01-25iwlwifi: module parameter to enable/disable bt co-existWey-Yi Guy2-1/+31
2010-01-25iwlwifi: bit field description for BT Config commandWey-Yi Guy2-4/+13
2010-01-25iwlwifi: make broadcast station addition genericReinette Chatre9-6/+23
2010-01-25iwlwifi: cleanup station adding codeReinette Chatre1-36/+78
2010-01-25iwlwifi: enable DC calibrationAbhijeet Kolekar1-1/+15
2010-01-25iwlwifi: Tune radio to prevent unexpected behaviorTrieu 'Andrew' Nguyen10-0/+132
2010-01-25iwlwifi: Logic to control how frequent radio should be reset if neededWey-Yi Guy2-2/+17
2010-01-25iwlwifi: Fix A band scanning when associatedHenry Zhangh2-16/+2
2010-01-25iwlwifi: add function to reset/tune radio if neededWey-Yi Guy6-14/+193
2010-01-25iwlwifi: configure missed beacon thresholdWey-Yi Guy7-6/+74
2010-01-22p54pci: revise tx lockingChristian Lamparter1-12/+4
2010-01-22b43: N-PHY: add TX toneRafał Miłecki1-5/+55
2010-01-22b43: N-PHY: add setting power amplifier filtersRafał Miłecki3-2/+64
2010-01-22b43: N-PHY: add running samplesRafał Miłecki1-4/+64
2010-01-22b43: N-PHY: implement overriding RF controlRafał Miłecki3-3/+137
2010-01-22b43: check band widthRafał Miłecki3-1/+10
2010-01-22ath9k: Fix wifi disconnection when collocated bt scan is activeVasanthakumar Thiagarajan4-11/+29
2010-01-22ath5k: fix setup for CAB queueBob Copeland3-6/+23
2010-01-22ath5k: dont use external sleep clock in AP modeBob Copeland1-2/+3
2010-01-22cfg80211: export multiple MAC addresses in sysfsJohannes Berg1-1/+7
2010-01-22mac80211: pass vif and station to update_tkip_keyJohannes Berg2-6/+15
2010-01-19libertas/assoc.c: rearrange some strange line breaksJohn W. Linville1-32/+30
2010-01-19ath9k: make tx power config changes take effect immediatleyLuis R. Rodriguez1-1/+3
2010-01-19libertas: Set/clear WPA keys before the WEP onesSamuel Ortiz1-7/+8
2010-01-19b43: N-PHY: silence warnings, add missing callRafał Miłecki1-3/+3
2010-01-19b43: N-PHY: implement and add multi-dimensional table readingRafał Miłecki3-19/+48
2010-01-19b43: N-PHY: implement and add reading one element tablesRafał Miłecki3-11/+39
2010-01-19b43: N-PHY: implement and add multi-dimensional table writingRafał Miłecki3-33/+67
2010-01-19b43: N-PHY: add writing one element tablesRafał Miłecki1-27/+13
2010-01-19p54pci: move tx cleanup into taskletChristian Lamparter2-30/+32