summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-02-01ath9k: fix access to freed data on unloadPavel Roskin4-29/+7
2010-02-01ps3_gelic_wireless: Remove superfluous debug infoHamish Guthrie1-2/+1
2010-02-01b43: N-PHY: implement setting RF sequenceRafał Miłecki1-4/+31
2010-02-01b43: N-PHY: add TX radio setup for newer PHYsRafał Miłecki1-1/+52
2010-02-01b43: N-PHY: fix Cal TX IQ LO for newer PHYsRafał Miłecki1-1/+11
2010-02-01b43: N-PHY: add RSSI selection for newer PHYsRafał Miłecki1-1/+83
2010-02-01b43: N-PHY: split RSSI selection into two per-PHY-revision functionsRafał Miłecki1-49/+52
2010-02-01b43: N-PHY: add workarounds for gain controlRafał Miłecki1-1/+129
2010-02-01b43: N-PHY: update general workaroundsRafał Miłecki2-104/+115
2010-02-01ath9k: allocate string buffer in read_file_dma() by kmalloc()Pavel Roskin1-17/+26
2010-02-01ath: make gcc check format arguments of ath_print(), fix all misusesPavel Roskin4-9/+9
2010-02-01ps3_gelic_wireless: fix format warningJohn W. Linville1-1/+1
2010-01-29iwlwifi: iwl_power_update_mode always hold mutexReinette Chatre2-1/+3
2010-01-29iwlwifi: fix typo in IWL_CCK_RATES_MASKJohannes Berg1-1/+1
2010-01-29iwlwifi: remove unused work structsJohannes Berg1-4/+0
2010-01-29iwlwifi: remove bg_up workJohannes Berg3-29/+14
2010-01-29iwlagn: simplify ucode loadingJohannes Berg1-41/+22
2010-01-29iwlwifi: no need to test iw_mode in power savingJohannes Berg1-2/+1
2010-01-29iwlwifi: update sensitivity calibration data for 1000 seriesWey-Yi Guy1-1/+71
2010-01-29iwlwifi: update sensitivity calibration data for 5x00 seriesWey-Yi Guy1-2/+2
2010-01-29iwlwifi: update sensitivity calibration data for 6x00 seriesWey-Yi Guy1-1/+1
2010-01-29iwlwifi: fix locking in iwl_mac_add_interfaceJohannes Berg1-8/+7
2010-01-29iwlwifi: sysassert identifier changeWey-Yi Guy1-1/+1
2010-01-29iwlwifi: optimize power savingDaniel Halperin1-0/+2
2010-01-29ath9k: Handle full sleep in ps_restore.Vivek Natarajan2-2/+7
2010-01-28ps3_gelic_wireless: fix directed ssid scanHamish Guthrie1-6/+9
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-26b43: N-PHY: use cordic to generate samplesRafał Miłecki1-9/+12
2010-01-26b43: update cordic code to match current specsRafał Miłecki3-9/+21
2010-01-26b43: make cordic common (LP-PHY and N-PHY need it)Rafał Miłecki3-43/+43
2010-01-26b43: N-PHY: fix one bit off in parsing RF Ctrl Override argumentsRafał Miłecki1-1/+1
2010-01-26b43: Workaround circular locking in hw-tkip key update callbackMichael Buesch1-8/+5
2010-01-26ath9k: improve max rate retry handlingFelix Fietkau2-8/+7
2010-01-26iwlwifi: fix throughput degradation in aggregation modeDaniel Halperin1-14/+9
2010-01-26iwlwifi: cleanup spectrum measurement command supportReinette Chatre8-247/+33
2010-01-26iwlwifi: check endianness annotations by defaultJohannes Berg1-0/+2
2010-01-26iwlwifi: fix sparse warningJohannes Berg1-1/+1
2010-01-26iwlwifi: clean up debugfs codeJohannes Berg3-215/+91
2010-01-26iwlwifi: reorder device setupJohannes Berg1-12/+16
2010-01-26iwlwifi: is no longer experimentalJohannes Berg1-1/+1
2010-01-26iwlwifi: module parameter to enable/disable bt co-existWey-Yi Guy2-1/+31
2010-01-26iwlwifi: bit field description for BT Config commandWey-Yi Guy2-4/+13
2010-01-26iwlwifi: make broadcast station addition genericReinette Chatre9-6/+23
2010-01-26iwlwifi: cleanup station adding codeReinette Chatre1-36/+78