summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
AgeCommit message (Expand)Author
2011-05-19ath9k: implement .tx_last_beacon()Felix Fietkau
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan
2011-05-16ath9k_hw: define antenna diversity groupMohammed Shafi Shajakhan
2011-05-10ath9k: avoid enabling interrupts while processing rxRajkumar Manoharan
2011-05-05ath9k_hw: remove aggregation protection modeMohammed Shafi Shajakhan
2011-04-25ath9k: cleanup hw pll work handlerSenthil Balasubramanian
2011-04-25ath9k: Fix LED gpio for AR93xx chipsets.Senthil Balasubramanian
2011-04-19ath9k: assign keycache slots to unencrypted stationsFelix Fietkau
2011-04-19ath9k: fix powersave frame filtering/buffering in AP modeFelix Fietkau
2011-04-13ath9k: introduce ATH9K_{PCI,AHB} config optionsGabor Juhos
2011-04-07ath9k: configure beacons based on hw opmodeRajkumar Manoharan
2011-04-07ath9k: Handle BSSID/AID for multiple interfacesRajkumar Manoharan
2011-04-07ath9k: Cleanup ath_vif structRajkumar Manoharan
2011-04-04ath9k: cleanup few redundant macrosMohammed Shafi Shajakhan
2011-03-30ath9k: fix stuck beacon detectionFelix Fietkau
2011-03-30ath9k: fix beacon timer handling issuesFelix Fietkau
2011-03-14ath9k: fix the .flush driver op implementationFelix Fietkau
2011-02-28ath9k: Fix incorrect GPIO LED pin for AR9485Senthil Balasubramanian
2011-02-28ath9k: use generic mac80211 LED blinking codeFelix Fietkau
2011-02-21ath9k: Implement op_flush()Vasanthakumar Thiagarajan
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2011-02-15ath9k: Fix ath9k prevents CPU to enter C3 statesMohammed Shafi Shajakhan
2011-02-14ath9k: disable beaconing before stopping beacon queueRajkumar Manoharan
2011-02-09ath9k: Remove redundant beacon_intervalSteve Brown
2011-02-04ath9k: add additional checks for the baseband hang detectionFelix Fietkau
2011-02-04ath9k: Fix possible double free of PAPRD skb'sMohammed Shafi Shajakhan
2011-01-28ath9k: use common API to avoid code duplicationRajkumar Manoharan
2011-01-28ath9k: Fix a PLL hang issue observed with AR9485.Vivek Natarajan
2011-01-28ath9k: use split rx buffers to get rid of order-1 skb allocationsFelix Fietkau
2011-01-28ath9k: Remove unused IEEE80211_WEP_NKIDBruno Randolf
2011-01-28ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau
2011-01-28ath9k: remove the bf->aphy fieldFelix Fietkau
2011-01-28ath9k: remove support for virtual wiphysFelix Fietkau
2011-01-26ath9k: clean up enums and unused macrosMohammed Shafi Shajakhan
2011-01-21ath9k: Restart xmit logic in xmit watchdog.Ben Greear
2011-01-21ath9k: Keep track of stations for debugfs.Ben Greear
2011-01-21ath9k: Remove un-used member from ath_node.Ben Greear
2011-01-19ath9k: Fix up hardware mode and beacons with multiple vifs.Ben Greear
2011-01-05ath9k: qualify global modparam_nohwcrypt variableJohn W. Linville
2010-12-22ath9k: Reset keycache on resumeMohammed Shafi Shajakhan
2010-12-22ath9k: Fix warnings on card removalRajkumar Manoharan
2010-12-20ath9k: do not limit the chainmask to 1 for legacy modeFelix Fietkau
2010-12-20ath9k: fix queue depth check for forming new aggregatesFelix Fietkau
2010-12-15ath9k: Make PM-QOS value as user configurableMohammed Shafi Shajakhan
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-12-07ath9k: fix a DMA related race condition on resetFelix Fietkau
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-11-30ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan
2010-11-29ath9k: use per-device struct for pm_qos_* operationsGabor Juhos
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville