aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-21ath9k: Restart xmit logic in xmit watchdog.Ben Greear1-2/+3
2011-01-21ath9k: Keep track of stations for debugfs.Ben Greear1-0/+4
2011-01-21ath9k: Initialize ah->hwBen Greear1-0/+1
2011-01-05ath9k: qualify global modparam_nohwcrypt variableJohn W. Linville1-3/+3
2011-01-04Revert "ath9k: Parse DTIM period from mac80211"Mohammed Shafi Shajakhan1-2/+1
2010-12-22ath9k: Reset keycache on resumeMohammed Shafi Shajakhan1-1/+1
2010-12-22ath9k: Fix warnings on card removalRajkumar Manoharan1-0/+2
2010-12-20ath9k: Properly initialize channel table for 2GHzMohammed Shafi Shajakhan1-0/+1
2010-12-15ath9k: Make PM-QOS value as user configurableMohammed Shafi Shajakhan1-0/+4
2010-12-07ath9k: Parse DTIM period from mac80211Mohammed Shafi Shajakhan1-1/+2
2010-12-07ath9k: Disable TX STBC for AR9485Vasanthakumar Thiagarajan1-1/+3
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-11/+11
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-4/+2
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-5/+4
2010-12-02ath9k: Move debugfs under ieee80211/[phyname]/ath9k/Ben Greear1-22/+8
2010-11-29ath9k: Reintroduce modparam to enable btcoexVasanthakumar Thiagarajan1-0/+5
2010-11-29ath9k/carl9170: advertise P2PJohannes Berg1-0/+2
2010-11-29ath9k: use per-device struct for pm_qos_* operationsGabor Juhos1-5/+2
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+7
2010-11-18ath9k: add support for reading eeprom from platform data on PCI devicesFelix Fietkau1-0/+3
2010-11-16ath9k: Remove pm_qos request after hw unregister.Vivek Natarajan1-2/+1
2010-11-15ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau1-46/+6
2010-11-15ath9k: simplify hw reset lockingLuis R. Rodriguez1-1/+0
2010-11-15ath9k: initialize per-channel tx power limits instead of hardcoding themFelix Fietkau1-0/+33
2010-11-09ath9k: optimize/fix ANI RSSI processingFelix Fietkau1-0/+2
2010-11-08ath9k: Fix a DMA latency issue for Intel Pinetrail platforms.Vivek Natarajan1-0/+8
2010-10-25ath9k: Properly initialize ath_common->cc_lock.Ben Greear1-0/+1
2010-10-15ath9k_hw: remove enum wireless_mode and its usersFelix Fietkau1-6/+6
2010-10-11ath9k: add compile time checking for the size of the channel listFelix Fietkau1-0/+4
2010-10-05ath9k: add WDS interfaces to ath9kBill Jordan1-0/+1
2010-10-05ath9k: fix channel flag / regd issues with multiple cardsFelix Fietkau1-6/+31
2010-10-05ath9k: remove the noise floor value in the ani structFelix Fietkau1-1/+0
2010-09-27ath9k_hw: simplify revision checks for AR9280Felix Fietkau1-1/+1
2010-09-21ath9k: make the driver specific rate control module optionalFelix Fietkau1-0/+2
2010-09-16ath9k: fix regression which disabled ps on ath9kLuis R. Rodriguez1-1/+2
2010-09-16ath9k: Use common ath key management functionsBruno Randolf1-1/+1
2010-09-16ath/ath9k: Replace common->splitmic with a flagBruno Randolf1-2/+2
2010-09-14ath9k_hw: remove useless hw capability flagsFelix Fietkau1-2/+1
2010-09-07ath9k: Implement an algorithm for Antenna diversity and combiningVasanthakumar Thiagarajan1-0/+3
2010-08-27ath9k: Change the default LED pattern.Vivek Natarajan1-1/+1
2010-07-14ath9k: fix panic while cleaning up virtaul wifisRajkumar Manoharan1-1/+1
2010-07-02ath9k: fix false positives in the baseband hang checkFelix Fietkau1-0/+1
2010-06-23ath9k: Add a module parameter to disable led blinking.Vivek Natarajan1-0/+4
2010-06-14ath9k_hw: remove ATH9K_CAP_MCAST_KEYSRCHFelix Fietkau1-6/+0
2010-06-14ath9k_hw: remove ATH9K_CAP_TKIP_SPLITFelix Fietkau1-1/+1
2010-06-14ath9k_hw: remove ATH9K_CAP_TKIP_MICFelix Fietkau1-8/+0
2010-06-14ath9k_hw: remove ATH9K_CAP_CIPHERFelix Fietkau1-16/+8
2010-06-14ath9k: implement PA predistortion supportFelix Fietkau1-0/+1
2010-06-14ath9k: remove duplicate WMM AC definitionsFelix Fietkau1-5/+5
2010-06-04ath9k_common: Move count_streams to common moduleSujith1-14/+2