aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/init.c
Commit message (Expand)AuthorAgeFilesLines
...
* ath9k_hw: simplify revision checks for AR9280Felix Fietkau2010-09-271-1/+1
* ath9k: make the driver specific rate control module optionalFelix Fietkau2010-09-211-0/+2
* ath9k: fix regression which disabled ps on ath9kLuis R. Rodriguez2010-09-161-1/+2
* ath9k: Use common ath key management functionsBruno Randolf2010-09-161-1/+1
* ath/ath9k: Replace common->splitmic with a flagBruno Randolf2010-09-161-2/+2
* ath9k_hw: remove useless hw capability flagsFelix Fietkau2010-09-141-2/+1
* ath9k: Implement an algorithm for Antenna diversity and combiningVasanthakumar Thiagarajan2010-09-071-0/+3
* ath9k: Change the default LED pattern.Vivek Natarajan2010-08-271-1/+1
* ath9k: fix panic while cleaning up virtaul wifisRajkumar Manoharan2010-07-141-1/+1
* ath9k: fix false positives in the baseband hang checkFelix Fietkau2010-07-021-0/+1
* ath9k: Add a module parameter to disable led blinking.Vivek Natarajan2010-06-231-0/+4
* ath9k_hw: remove ATH9K_CAP_MCAST_KEYSRCHFelix Fietkau2010-06-141-6/+0
* ath9k_hw: remove ATH9K_CAP_TKIP_SPLITFelix Fietkau2010-06-141-1/+1
* ath9k_hw: remove ATH9K_CAP_TKIP_MICFelix Fietkau2010-06-141-8/+0
* ath9k_hw: remove ATH9K_CAP_CIPHERFelix Fietkau2010-06-141-16/+8
* ath9k: implement PA predistortion supportFelix Fietkau2010-06-141-0/+1
* ath9k: remove duplicate WMM AC definitionsFelix Fietkau2010-06-141-5/+5
* ath9k_common: Move count_streams to common moduleSujith2010-06-041-14/+2
* ath9k: Enable Short GI in 20 Mhz for ar9287 and later chipsVasanthakumar Thiagarajan2010-06-021-0/+3
* drivers/net: remove useless semicolonsJoe Perches2010-05-171-1/+1
* Merge branch 'master' into for-davemJohn W. Linville2010-04-231-27/+56
|\
| * ath9k: add support for Tx and Rx STBCFelix Fietkau2010-04-201-0/+6
| * ath9k: initialize the number of tx/rx streams correctlyFelix Fietkau2010-04-201-11/+28
| * ath9k: add LDPC supportLuis R. Rodriguez2010-04-161-0/+3
| * ath9k: Setup appropriate tx desc for regular dma and edmaVasanthakumar Thiagarajan2010-04-161-10/+16
| * ath9k_hw: Move some RF ops to the private callbacksLuis R. Rodriguez2010-04-161-1/+1
| * ath9k_hw: start building an abstraction layer for hardware routinesLuis R. Rodriguez2010-04-161-5/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+2
|\ \ | |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+2
* | ath9k_hw: fix hardware deinitSujith2010-03-231-0/+3
|/
* ath9k: Enable IEEE80211_HW_REPORTS_TX_ACK_STATUS flag for ath9k.Vivek Natarajan2010-02-091-1/+2
* ath9k: add support for 802.11n bonded out AR2427Luis R. Rodriguez2010-02-021-1/+3
* ath9k: improve max rate retry handlingFelix Fietkau2010-01-251-2/+1
* ath9k: Fix panic on driver loadSujith2010-01-141-2/+0
* ath9k: Cleanup init/deinit routinesSujith2010-01-121-254/+261
* ath9k: Add new file init.cSujith2010-01-121-0/+856