summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2009-06-10ath5k: minor rfkill cleanupBob Copeland6-26/+8
2009-06-10ath9k: Fix tx stuck when connected to aggr disabled HT APVasanthakumar Thiagarajan1-0/+1
2009-06-10ath5k: added cfg80211 based rfkill supportTobias Doerffel7-17/+163
2009-06-10ar9170: xmit code revampChristian Lamparter5-260/+550
2009-06-10ar9170: interpret firmware debug commandsJohannes Berg1-0/+32
2009-06-04ar9170: remove deprecated codeChristian Lamparter2-8/+0
2009-06-03ath5k: disable beacon interrupt when interface is downBob Copeland1-1/+16
2009-06-03ath: make regulatory parsing more verbose on debugLuis R. Rodriguez1-4/+25
2009-06-03ath9k: Fix write callback of 'debug' which configures debug maskVasanthakumar Thiagarajan1-8/+14
2009-06-03rfkill: rewriteJohannes Berg3-107/+30
2009-06-03ar9170: cancel led worker properly on exitChristian Lamparter1-3/+7
2009-06-03ar9170usb: more minor fixesChristian Lamparter3-16/+10
2009-06-03ar9170: fix lockdep warning on hibernateChristian Lamparter1-4/+1
2009-06-03ar9170: fix LED power state handlingChristian Lamparter2-2/+6
2009-06-03ar9170: kill duplicated HT feature flagChristian Lamparter1-1/+0
2009-06-03ar9170: use bitop macros for tx filter flagsChristian Lamparter2-9/+19
2009-06-03ar9170: introduce functions for MAC programmingChristian Lamparter3-29/+81
2009-06-03ar9170: 40mhz fixesChristian Lamparter1-3/+3
2009-06-03ar9170: update hardware definitionsChristian Lamparter2-3/+4
2009-06-03ar9170: fix beacon plcp settingsChristian Lamparter1-2/+2
2009-06-03ar9170: add AVM FRITZ devicesLuis R. Rodriguez2-0/+27
2009-06-03ar9170: add support for 1-stage firmwareLuis R. Rodriguez1-5/+17
2009-06-03ath9k: Add sanity check for beacon_int in adhoc/mesh caseJouni Malinen1-0/+8
2009-06-03ath5k: remove conf->beacon_int usageBob Copeland1-2/+0
2009-06-03ath9k: Add "debug" file to debugfsJeff Hansen2-0/+39
2009-06-03ath9k: Combine legacy and 11n rc statisticsJeff Hansen2-85/+35
2009-06-03ath9k: Reset SC_OP_TSF_RESET flag after stuck beaconJeff Hansen1-0/+1
2009-06-03ath5k: avoid leaking mutex in ath5k_configJohn W. Linville1-2/+3
2009-05-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Zhu Yi3-7/+7
2009-05-22ath9k: Update Beacon timers based on timestamp from the APJouni Malinen3-1/+16
2009-05-22ath9k: Optimize TBTT/DTIM calculation for timersJouni Malinen1-7/+21
2009-05-20ath9k: set max default eirp to 20 dBmLuis R. Rodriguez1-2/+2
2009-05-20ath9k: fix custom regulatory call positionLuis R. Rodriguez1-4/+7
2009-05-20ath9k: Set PM field in frame control when in PS modeJouni Malinen1-0/+15
2009-05-20ath9k: Wake up for RX filter changesJouni Malinen1-0/+2
2009-05-20ath9k: Use TSFOOR interrupt to trigger TSF sync with next BeaconJouni Malinen1-0/+10
2009-05-20ath9k: Do not try to calibrate radio when in sleep modeJouni Malinen1-0/+8
2009-05-20ath9k: Wake up for TX in mac80211 timeout=0 sleep modeJouni Malinen4-4/+58
2009-05-20ath5k: avoid and warn on potential infinite loopBob Copeland1-0/+3
2009-05-20ath9k: Move PS wakeup/restore calls from isr to taskletVasanthakumar Thiagarajan2-15/+9
2009-05-20ath5k: update beacons in AP modeBob Copeland1-14/+40
2009-05-20ath9k: cleanup beacon parameters configurationVasanthakumar Thiagarajan2-28/+36
2009-05-20ath9k: Remove unused parameters which are passed to ath_beacon_config_X()Vasanthakumar Thiagarajan1-8/+5
2009-05-20ath9k: Print hw reset failure status as signed intVasanthakumar Thiagarajan2-6/+6
2009-05-20ath9k: Fix PS mode operation to receive buffered broadcast/multicast framesJouni Malinen3-7/+114
2009-05-20ath9k: Clean up RX processing a bitJouni Malinen1-26/+34
2009-05-20ath9k: Fix a check for multicast address for virtual wiphyJouni Malinen1-1/+1
2009-05-20cfg80211: Process regulatory max bandwidth checks for HT40Luis R. Rodriguez1-4/+6
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-11/+15