aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Fix softlockup in AR9485Mohammed Shafi Shajakhan2012-07-161-0/+9
* ath9k: Fix kernel panic in AR2427 in AP modeMohammed Shafi Shajakhan2012-01-061-0/+3
* ath9k: Fix PS wrappers in ath9k_set_coverage_classMohammed Shafi Shajakhan2011-10-031-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville2011-05-271-1/+3
|\
| * ath9k: Reset chip on baseband hangRajkumar Manoharan2011-05-261-1/+3
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-241-1/+41
|\ \ | |/
| * ath9k: implement .tx_last_beacon()Felix Fietkau2011-05-191-0/+40
| * ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-171-0/+8
|\ \ | |/ |/|
| * ath9k: Fix a warning due to a queued work during S3 stateMohammed Shafi Shajakhan2011-05-101-0/+8
* | ath9k: make npending frames check as boolMohammed Shafi Shajakhan2011-05-161-2/+5
* | ath9k: fix a regression in PS frame filter handlingFelix Fietkau2011-05-111-0/+5
* | ath9k: fix beaconing for mesh interfacesJavier Cardona2011-05-111-1/+3
* | ath9k: Failed to set default beacon rssi in AP/IBSS modeRajkumar Manoharan2011-05-101-0/+1
* | ath9k: process TSF out of range before RXRajkumar Manoharan2011-05-101-11/+11
* | ath9k: avoid enabling interrupts while processing rxRajkumar Manoharan2011-05-101-1/+2
* | ath9k_hw: remove aggregation protection modeMohammed Shafi Shajakhan2011-05-051-3/+0
* | ath9k: Fix drain txq failure in flushRajkumar Manoharan2011-05-051-1/+5
* | ath9k: set beacon related ps flags on bss_info changeRajkumar Manoharan2011-04-261-0/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-261-2/+10
|\ \ | |/
| * ath9k: fix missing ath9k_ps_wakeup/ath9k_ps_restore callsFelix Fietkau2011-04-081-2/+10
* | ath9k: Add power save wrappers and modularize hw_pll handlerSenthil Balasubramanian2011-04-251-10/+24
* | ath9k: cleanup hw pll work handlerSenthil Balasubramanian2011-04-251-0/+23
* | ath9k: optimize the usage of power save wrappers.Senthil Balasubramanian2011-04-251-4/+2
* | ath9k: assign keycache slots to unencrypted stationsFelix Fietkau2011-04-191-0/+22
* | ath9k: fix powersave frame filtering/buffering in AP modeFelix Fietkau2011-04-191-0/+22
* | 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/+26
* | ath9k: Handle BSSID/AID for multiple interfacesRajkumar Manoharan2011-04-071-9/+61
* | ath9k: Cleanup ath_vif structRajkumar Manoharan2011-04-071-6/+0
* | 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/+21
* ath9k: use generic mac80211 LED blinking codeFelix Fietkau2011-02-281-3/+0
* 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/+2
* 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/+0
|\
| * ath9k: Fix ath9k prevents CPU to enter C3 statesMohammed Shafi Shajakhan2011-02-151-8/+0
| * ath9k: Fix possible double free of PAPRD skb'sMohammed Shafi Shajakhan2011-02-041-2/+0
* | ath9k: disable beaconing before stopping beacon queueRajkumar Manoharan2011-02-141-21/+14
* | 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