summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/init.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-16ath9k: Remove pm_qos request after hw unregister.Vivek Natarajan1-2/+1
2010-11-09ath9k: 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-15ath9k_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-05ath9k_common: Move count_streams to common moduleSujith1-14/+2
2010-06-03ath9k: Enable Short GI in 20 Mhz for ar9287 and later chipsVasanthakumar Thiagarajan1-0/+3
2010-05-18drivers/net: remove useless semicolonsJoe Perches1-1/+1
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-27/+56
2010-04-20ath9k: add support for Tx and Rx STBCFelix Fietkau1-0/+6
2010-04-20ath9k: initialize the number of tx/rx streams correctlyFelix Fietkau1-11/+28
2010-04-16ath9k: add LDPC supportLuis R. Rodriguez1-0/+3
2010-04-16ath9k: Setup appropriate tx desc for regular dma and edmaVasanthakumar Thiagarajan1-10/+16
2010-04-16ath9k_hw: Move some RF ops to the private callbacksLuis R. Rodriguez1-1/+1
2010-04-16ath9k_hw: start building an abstraction layer for hardware routinesLuis R. Rodriguez1-5/+2
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+2
2010-03-23ath9k_hw: fix hardware deinitSujith1-0/+3
2010-02-09ath9k: Enable IEEE80211_HW_REPORTS_TX_ACK_STATUS flag for ath9k.Vivek Natarajan1-1/+2
2010-02-03ath9k: add support for 802.11n bonded out AR2427Luis R. Rodriguez1-1/+3
2010-01-26ath9k: improve max rate retry handlingFelix Fietkau1-2/+1
2010-01-15ath9k: Fix panic on driver loadSujith1-2/+0
2010-01-12ath9k: Cleanup init/deinit routinesSujith1-254/+261
2010-01-12ath9k: Add new file init.cSujith1-0/+856