summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2014-11-12ath: add struct ath_ps_opsOleksij Rempel1-0/+11
2014-11-12ath9k: remove all struct ath_softc dependencies from spectral codeOleksij Rempel4-50/+51
2014-11-12ath9k: add ath_hw to ath_spec_scan_privOleksij Rempel2-0/+2
2014-11-12ath9k: use struct dentry by ath9k_spectral_init_debugOleksij Rempel3-9/+9
2014-11-12ath9k: move spec_config to ath_spec_scan_privOleksij Rempel5-22/+23
2014-11-12ath9k: move spectral_mode to ath_spec_scan_privOleksij Rempel5-5/+5
2014-11-12ath9k: add struct ath_spec_scan_privOleksij Rempel3-7/+10
2014-11-12ath9k: add support for reporting tx power to mac80211Felix Fietkau3-16/+40
2014-11-12ath9k: Fix RTC_DERIVED_CLK usageMiaoqing Pan2-13/+13
2014-11-05Merge tag 'mac80211-next-for-john-2014-11-04' of git://git.kernel.org/pub/scm...John W. Linville4-7/+12
2014-11-04mac80211: replace restart_complete() with reconfig_complete()Eliad Peller2-3/+7
2014-11-04ath10k: fix pm resume after suspendBartosz Markowski1-4/+14
2014-11-04ath6kl: remove incorrect reset_resume handlerAlexey Khoroshilov1-9/+0
2014-10-31ath10k: speed up hw recoveryMichal Kazior7-5/+47
2014-10-31ath10k: expose hw restart via debugfsMichal Kazior1-1/+6
2014-10-31ath10k: fix possible bmi crashMichal Kazior2-0/+10
2014-10-31ath10k: don't reset chip on power_downMichal Kazior1-1/+3
2014-10-31ath10k: split reset logic from power upMichal Kazior1-71/+80
2014-10-31ath10k: make warm reset a bit safer and fasterMichal Kazior1-62/+48
2014-10-31ath10k: change ce ring cleanup logicMichal Kazior2-42/+46
2014-10-31ath10k: avoid possible deadlock with scan timeoutMichal Kazior1-2/+4
2014-10-30carl9170: Convert byte_rev_table uses to bitrev8Joe Perches1-2/+2
2014-10-30wil6210: Add support for large packetsVladimir Kondratiev6-7/+38
2014-10-30wil6210: improve dmesg for fw error handlingVladimir Kondratiev1-0/+3
2014-10-30wil6210: prevent double disconnect command issuingVladimir Kondratiev4-13/+29
2014-10-30wil6210: reset flow updatesVladimir Kondratiev2-5/+24
2014-10-30wil6210: do not attempt FW recovery if interface is downVladimir Kondratiev1-0/+5
2014-10-30ath9k: set pulse_rssi threshold to 15Lorenzo Bianconi2-2/+2
2014-10-30ath9k: fix some debugfs outputDan Carpenter1-1/+1
2014-10-27ath9k: use a random MAC address if the EEPROM address is invalidFelix Fietkau1-2/+11
2014-10-27ath9k: allow disabling bands via platform dataFelix Fietkau3-8/+20
2014-10-27ath9k: add support for endian swap of eeprom from platform dataFelix Fietkau3-21/+13
2014-10-27ath9k_hw: start initial NF calibration after PA calibration on <AR9003Felix Fietkau2-2/+6
2014-10-27ath9k_hw: do not run NF and periodic calibration at the same timeFelix Fietkau1-15/+14
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