summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc_drv_main.c
Commit message (Expand)AuthorAgeFilesLines
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-3/+6
* ath9k_htc: Fix disconnect issue in HT40 mode.Vivek Natarajan2010-08-131-1/+2
* ath9k_hw: clean up per-channel calibration dataFelix Fietkau2010-08-041-4/+6
* ath9k: snprintf() returns largish valuesDan Carpenter2010-07-261-0/+9
* ath9k_htc: make ath9k_htc_tx_aggr_oper() staticLuis R. Rodriguez2010-07-161-4/+5
* drivers/net/wireless: Remove unnecessary casts of private_dataJoe Perches2010-07-141-6/+3
* ath9k_htc: Add LED support for AR7010Sujith2010-06-301-0/+2
* ath9k_htc: Fix ampdu_action callbackSujith2010-06-151-69/+24
* ath9k/ath9k_htc: remove redundand checks for dual-stream tx supportFelix Fietkau2010-06-141-5/+2
* ath9k_hw: remove ATH9K_CAP_TXPOWFelix Fietkau2010-06-141-3/+1
* ath9k_htc: use common WMM AC definitions instead of ath9k onesFelix Fietkau2010-06-141-1/+1
* mac80211: remove non-irqsafe aggregation callbacksJohannes Berg2010-06-141-3/+3
* ath9k_htc: Setup 5GHz channelsSujith2010-06-041-2/+1
* ath9k_htc: Configure dual stream ratesSujith2010-06-041-2/+7
* ath9k_htc: Use proper station add/remove callbacksSujith2010-06-041-17/+24
* ath9k_htc: Fix fair beacon distributionSujith2010-06-031-1/+7
* ath9k_htc: Handle host RX disableSujith2010-06-031-0/+10
* ath9k_htc: Handle monitor interface removalSujith2010-06-031-6/+6
* ath9k_htc: Fix locking for ps_idleSujith2010-06-031-5/+13
* ath9k_htc: Remove useless cancel_work_syncSujith2010-06-031-1/+0
* ath9k_htc: Fix bug in handling CONF_IDLESujith2010-06-031-1/+1
* ath9k_htc: Add PS wrappersSujith2010-06-031-5/+18
* ath9k_htc: Revamp CONF_IDLE handlingSujith2010-06-031-36/+93
* ath9k_htc: Enable SGI in HT20 for AR9271Sujith2010-06-021-2/+5
* ath9k_htc: Update HT configuration properlySujith2010-06-021-0/+30
* ath9k_htc: Cleanup rate initializationSujith2010-06-021-81/+32
* ath9k_htc: Add queue statistics to xmit debugfs fileSujith2010-06-021-0/+13
* ath9k_htc: Lock sta_notify() callbackSujith.Manoharan@atheros.com2010-05-121-0/+4
* ath9k/htc_drv_main: off by one errorDan Carpenter2010-05-101-1/+1
* ath9k/htc_drv_main: null dereference typoDan Carpenter2010-05-101-1/+1
* ath9k_htc: Handle IDLE LED properlySujith2010-05-071-7/+19
* ath9k_htc: Fix beaconing in IBSS modeSujith2010-05-071-12/+0
* ath9k_htc: Handle CONF_IDLE during unassociated state to save power.Vivek Natarajan2010-04-271-19/+52
* ath9k_htc: Remove unnecessary powersave restoreSujith2010-04-271-1/+0
* ath9k_htc: Cancel running timers before disabling HWSujith2010-04-261-5/+7
* ath9k_htc: Fix sparse endian warningsSujith2010-04-161-6/+8
* ath9k_htc: Add dropped SKB count to debugfsSujith2010-04-161-0/+3
* ath9k_htc: Remove GPIO set on unloadSujith2010-04-161-1/+0
* ath9k_htc: Cleanup beacon configurationSujith2010-04-161-1/+1
* ath9k_htc: Configure the beacon timers once the scan is completed.Vivek Natarajan2010-04-071-2/+4
* ath9k_htc: Add support for power save.Vivek Natarajan2010-04-071-2/+91
* ath9k_htc: Handle TX queue overflowSujith2010-03-311-3/+20
* ath9k_htc: Fix bug in aggregation initiationSujith2010-03-311-13/+12
* ath9k_common: Move RX filter code to ath9k_htcSujith2010-03-311-1/+1
* ath9k_htc: Fix symbol collision with ath9kSujith2010-03-241-7/+7
* ath9k_htc: Support for AR9271 chipset.Sujith2010-03-231-0/+1626