summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Fix kernel panic on module unloadRajkumar Manoharan2011-04-121-0/+3
* ath9k: Implement dev_tx_frames_pending callback.Vivek Natarajan2011-04-121-0/+16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-071-0/+4
|\
| * ath9k: fix a chip wakeup related crash in ath9k_startFelix Fietkau2011-03-281-0/+4
* | ath9k: configure beacons based on hw opmodeRajkumar Manoharan2011-04-071-58/+26Star
* | ath9k: Handle BSSID/AID for multiple interfacesRajkumar Manoharan2011-04-071-9/+61
* | ath9k: Cleanup ath_vif structRajkumar Manoharan2011-04-071-6/+0Star
* | ath9k: deny new interface addtion on IBSS modeRajkumar Manoharan2011-04-071-2/+3
* | ath9k: Support RSN IBSSJouni Malinen2011-03-301-0/+14
|/
* ath9k: Fix TX queue stuck issue.Senthil Balasubramanian2011-03-231-0/+2
* ath9k: fix the .flush driver op implementationFelix Fietkau2011-03-141-35/+21Star
* ath9k: use generic mac80211 LED blinking codeFelix Fietkau2011-02-281-3/+0Star
* ath9k: Fix compilation warning.Vivek Natarajan2011-02-251-1/+1
* ath9k: Cancel pll_work while disabling radio.Vivek Natarajan2011-02-251-0/+4
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-4/+2Star
* ath9k: Implement op_flush()Vasanthakumar Thiagarajan2011-02-211-0/+71
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2011-02-181-10/+0Star
|\
| * ath9k: Fix ath9k prevents CPU to enter C3 statesMohammed Shafi Shajakhan2011-02-151-8/+0Star
| * ath9k: Fix possible double free of PAPRD skb'sMohammed Shafi Shajakhan2011-02-041-2/+0Star
* | ath9k: disable beaconing before stopping beacon queueRajkumar Manoharan2011-02-141-21/+14Star
* | ath9k: Remove redundant beacon_intervalSteve Brown2011-02-091-1/+2
* | ath9k: Add debug info for configuring power level.Ben Greear2011-02-091-0/+2
* | ath9k: Print channel-type in chan-change dbg message.Ben Greear2011-02-091-2/+3
* | ath9k: add additional checks for the baseband hang detectionFelix Fietkau2011-02-041-9/+36
* | ath9k: reserve a beacon slot on beaconing vif additionRajkumar Manoharan2011-02-031-3/+1Star
* | ath9k: do not access hw registers in FULL SLEEPRajkumar Manoharan2011-02-031-0/+2
* | ath9k: move update tx power to commonRajkumar Manoharan2011-02-031-16/+10Star
* | ath9k: use common get current channel functionRajkumar Manoharan2011-02-031-16/+3Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-02-011-1/+7
|\|
| * ath9k: Fix memory leak due to failed PAPRD framesMohammed Shafi Shajakhan2011-02-011-1/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-281-5/+14
|\|
| * ath9k: Fix power save usage count imbalance on deinitRajkumar Manoharan2011-01-281-2/+0Star
| * ath9k: fix race conditions when stop deviceStanislaw Gruszka2011-01-271-0/+9
| * ath9k: add missing ps wakeup/restore callsFelix Fietkau2011-01-211-3/+5
* | ath9k: use common API to avoid code duplicationRajkumar Manoharan2011-01-281-69/+3Star
* | ath9k: Fix a PLL hang issue observed with AR9485.Vivek Natarajan2011-01-281-0/+3
* | ath9k: use split rx buffers to get rid of order-1 skb allocationsFelix Fietkau2011-01-281-0/+5
* | ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau2011-01-281-51/+27Star
* | ath9k: remove support for virtual wiphysFelix Fietkau2011-01-281-136/+5Star
* | ath9k: clean up the code that wakes the mac80211 queuesFelix Fietkau2011-01-281-0/+2
* | ath9k: Keep track of stations for debugfs.Ben Greear2011-01-211-0/+13
* | mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg2011-01-191-1/+1
* | ath9k: Fix up hardware mode and beacons with multiple vifs.Ben Greear2011-01-191-86/+222
* | ath9k: reduce the likelihood of baseband hang check false positivesFelix Fietkau2011-01-191-1/+12
|/
* ath9k: qualify global modparam_nohwcrypt variableJohn W. Linville2011-01-051-1/+1
* ath9k: fix beacon restart on channel changeRajkumar Manoharan2011-01-041-1/+2
* ath9k: spin_lock_bh is not required within tasklet context.Senthil Balasubramanian2011-01-041-2/+2
* ath9k: unlock on error path in ath9k_change_interface()Dan Carpenter2010-12-221-4/+7
* ath9k: fix aphy / wiphy idle mismatchLuis R. Rodriguez2010-12-221-0/+1
* ath9k: do not limit the chainmask to 1 for legacy modeFelix Fietkau2010-12-201-32/+0Star