aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc_drv_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-24/+27
2010-10-15ath9k_htc: set probe request rx filterRajkumar Manoharan1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-3/+6
2010-10-05ath9k_htc: remove use of common->ani.noise_floorFelix Fietkau1-12/+1
2010-09-16ath9k: Use common ath key management functionsBruno Randolf1-2/+2
2010-09-07ath9k_htc: Enable fastcc for HTC devices.Rajkumar Manoharan1-4/+3
2010-08-27ath9k_htc: Enable ANI in associated state onlyRajkumar Manoharan1-4/+5
2010-08-24ath9k_htc: Add support for bluetooth coexistence.Vivek Natarajan1-0/+12
2010-08-16mac80211: use cipher suite selectorsJohannes Berg1-2/+3
2010-08-13ath9k_htc: Fix disconnect issue in HT40 mode.Vivek Natarajan1-1/+2
2010-08-04ath9k_hw: clean up per-channel calibration dataFelix Fietkau1-4/+6
2010-07-26ath9k: snprintf() returns largish valuesDan Carpenter1-0/+9
2010-07-16ath9k_htc: make ath9k_htc_tx_aggr_oper() staticLuis R. Rodriguez1-4/+5
2010-07-14drivers/net/wireless: Remove unnecessary casts of private_dataJoe Perches1-6/+3
2010-06-30ath9k_htc: Add LED support for AR7010Sujith1-0/+2
2010-06-15ath9k_htc: Fix ampdu_action callbackSujith1-69/+24
2010-06-14ath9k/ath9k_htc: remove redundand checks for dual-stream tx supportFelix Fietkau1-5/+2
2010-06-14ath9k_hw: remove ATH9K_CAP_TXPOWFelix Fietkau1-3/+1
2010-06-14ath9k_htc: use common WMM AC definitions instead of ath9k onesFelix Fietkau1-1/+1
2010-06-14mac80211: remove non-irqsafe aggregation callbacksJohannes Berg1-3/+3
2010-06-04ath9k_htc: Setup 5GHz channelsSujith1-2/+1
2010-06-04ath9k_htc: Configure dual stream ratesSujith1-2/+7
2010-06-04ath9k_htc: Use proper station add/remove callbacksSujith1-17/+24
2010-06-03ath9k_htc: Fix fair beacon distributionSujith1-1/+7
2010-06-03ath9k_htc: Handle host RX disableSujith1-0/+10
2010-06-03ath9k_htc: Handle monitor interface removalSujith1-6/+6
2010-06-03ath9k_htc: Fix locking for ps_idleSujith1-5/+13
2010-06-03ath9k_htc: Remove useless cancel_work_syncSujith1-1/+0
2010-06-03ath9k_htc: Fix bug in handling CONF_IDLESujith1-1/+1
2010-06-03ath9k_htc: Add PS wrappersSujith1-5/+18
2010-06-03ath9k_htc: Revamp CONF_IDLE handlingSujith1-36/+93
2010-06-02ath9k_htc: Enable SGI in HT20 for AR9271Sujith1-2/+5
2010-06-02ath9k_htc: Update HT configuration properlySujith1-0/+30
2010-06-02ath9k_htc: Cleanup rate initializationSujith1-81/+32
2010-06-02ath9k_htc: Add queue statistics to xmit debugfs fileSujith1-0/+13
2010-05-12ath9k_htc: Lock sta_notify() callbackSujith.Manoharan@atheros.com1-0/+4
2010-05-10ath9k/htc_drv_main: off by one errorDan Carpenter1-1/+1
2010-05-10ath9k/htc_drv_main: null dereference typoDan Carpenter1-1/+1
2010-05-07ath9k_htc: Handle IDLE LED properlySujith1-7/+19
2010-05-07ath9k_htc: Fix beaconing in IBSS modeSujith1-12/+0
2010-04-27ath9k_htc: Handle CONF_IDLE during unassociated state to save power.Vivek Natarajan1-19/+52
2010-04-27ath9k_htc: Remove unnecessary powersave restoreSujith1-1/+0
2010-04-26ath9k_htc: Cancel running timers before disabling HWSujith1-5/+7
2010-04-16ath9k_htc: Fix sparse endian warningsSujith1-6/+8
2010-04-16ath9k_htc: Add dropped SKB count to debugfsSujith1-0/+3
2010-04-16ath9k_htc: Remove GPIO set on unloadSujith1-1/+0
2010-04-16ath9k_htc: Cleanup beacon configurationSujith1-1/+1
2010-04-07ath9k_htc: Configure the beacon timers once the scan is completed.Vivek Natarajan1-2/+4
2010-04-07ath9k_htc: Add support for power save.Vivek Natarajan1-2/+91
2010-03-31ath9k_htc: Handle TX queue overflowSujith1-3/+20