aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2014-10-27ath9k: restart hardware after noise floor calibration failureFelix Fietkau9-24/+33
2014-10-27ath9k: clean up debugfs print of reset causesFelix Fietkau1-27/+21
2014-10-27ath9k: fix processing RXORN interruptsFelix Fietkau1-4/+3
2014-10-27ath9k_hw: remove support for UB124 tx gain tableFelix Fietkau1-3/+0
2014-10-27ath9k_hw: make support for PC-OEM cards optionalFelix Fietkau7-19/+84
2014-10-27ath9k: Update AR955x initvalsSujith Manoharan1-4/+4
2014-10-27ath9k: Update AR9580 initvalsSujith Manoharan1-1/+143
2014-10-27ath9k: Do not start BA when scanningSujith Manoharan1-0/+7
2014-10-27ath9k: Improve flush() in mcc modeSujith Manoharan3-6/+28
2014-10-27ath9k: Fix HW scan abortSujith Manoharan2-17/+13
2014-10-27ath9k: Send oneshot NoASujith Manoharan2-0/+42
2014-10-27ath9k: Fix RoC expirationSujith Manoharan1-1/+2
2014-10-27ath9k: Use a helper function for bmissSujith Manoharan1-19/+26
2014-10-27ath9k: Use a helper function to set NoASujith Manoharan1-25/+36
2014-10-27ath9k: Use a helper function for offchannel NoASujith Manoharan1-18/+27
2014-10-27ath9k: Check for active GO in mgd_prepare_tx()Sujith Manoharan3-7/+54
2014-10-27ath9k: Add a function to check for an active GOSujith Manoharan2-0/+31
2014-10-27ath9k: Fix address managementSujith Manoharan3-5/+5
2014-10-27ath9k: Send AUTHORIZED event only for station modeSujith Manoharan1-4/+6
2014-10-27ath9k: Check for pending frames properlySujith Manoharan3-10/+19
2014-10-27ath9k: Fix offchannel flush timeoutSujith Manoharan1-0/+20
2014-10-27ath9k: Fix MCC flush timeoutSujith Manoharan1-1/+15
2014-10-27ath9k: Use configurable timeout for flushSujith Manoharan3-1/+10
2014-10-27ath9k: Clear NoA schedule properlySujith Manoharan1-0/+15
2014-10-27ath9k: Disable beacon tasklet during resetSujith Manoharan1-0/+2
2014-10-27ath9k: Set ATH_OP_HW_RESET before HW resetSujith Manoharan1-0/+12
2014-10-27ath9k: Unify reset APISujith Manoharan4-10/+11
2014-10-27ath9k: Process beacons properlySujith Manoharan1-1/+6
2014-10-27ath9k: Enable multi-channel properlySujith Manoharan3-9/+10
2014-10-27ath9k: Use sta_state() callbackSujith Manoharan1-2/+26
2014-10-27ath9k: do not overwrite AR_PHY_RADAR_1 MSBLorenzo Bianconi2-2/+8
2014-10-27Merge tag 'for-linville-20141024' of git://github.com/kvalo/athJohn W. Linville24-1358/+2243
2014-10-24ath10k: call correct function for frag thresholdMichal Kazior1-1/+1
2014-10-24ath10k: add SURVEY_INFO_IN_USE for current channel on surveyFelix Fietkau1-0/+3
2014-10-24ath10k: re-use trace classMichal Kazior1-27/+5
2014-10-24ath10k: remove tsf argument from rx_desc tracingMichal Kazior2-9/+4
2014-10-24ath10k: clear htt->rx_confused on loadMichal Kazior1-0/+2
2014-10-24ath10k: don't forget to replenish after fragmented RxMichal Kazior1-0/+2
2014-10-24ath10k: add extra sanity check when popping amsduMichal Kazior1-0/+9
2014-10-24ath10k: don't drop frames aggressivelyMichal Kazior1-15/+0
2014-10-24ath10k: deduplicate htt rx dma unmappingMichal Kazior1-21/+9
2014-10-24ath10k: fix rx buffer tracingMichal Kazior1-3/+4
2014-10-24ath10k: use ieee80211 defines for crypto param lengthsMichal Kazior1-14/+20
2014-10-24ath10k: remove unused variableMichal Kazior1-5/+0
2014-10-24ath10k: don't drop control and null func RxMichal Kazior1-2/+1
2014-10-23ath9k_common: always update value in ath9k_cmn_update_txpowFelix Fietkau1-4/+4
2014-10-23ath: use CTL region from cfg80211 if unset in EEPROMFelix Fietkau2-0/+15
2014-10-23ath9k: Enable HW queue control only for MCCSujith Manoharan3-27/+41
2014-10-23ath10k: split ce pipe init/alloc furtherMichal Kazior3-69/+62
2014-10-23ath10k: mask/unmask msi fw irqMichal Kazior2-22/+32