summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/init.c
AgeCommit message (Expand)AuthorFilesLines
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