summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath10k: cache calibration data when the core is stoppedMarty Faltesek2016-11-102-36/+40
* Revert "ath9k_hw: implement temperature compensation support for AR9003+"Felix Fietkau2016-11-102-23/+3
* ath10k: fix throughput regression in multi client modeRajkumar Manoharan2016-10-312-2/+2
* ath10k: fix reporting channel survey dataAshok Raj Nagarajan2016-10-311-1/+1
* ath10k: fix sending frame in management path in push txq logicAshok Raj Nagarajan2016-10-311-0/+20
* ath10k: Add WMI_SERVICE_PERIODIC_CHAN_STAT_SUPPORT wmi serviceTamizh chelvam2016-10-311-0/+5
* ath10k: fix copy engine 5 destination ring stuckRajkumar Manoharan2016-10-281-0/+7
* carl9170: fix debugfs crashesChristian Lamparter2016-10-221-2/+4
* ath9k: bring back direction setting in ath9k_{start_stop}Giedrius Statkevičius2016-09-071-2/+7
* ath9k: fix AR5416 access GPIO warningMiaoqing Pan2016-09-021-2/+2
* ath10k: Remove driver log suggesting QCA9887 support is experimentalMohammed Shafi Shajakhan2016-08-311-1/+0
* ath10k: fix get rx_status from htt contextAshok Raj Nagarajan2016-08-311-5/+5
* ath9k: fix using sta->drv_priv before initializing itFelix Fietkau2016-08-221-4/+4
* ath9k: fix client mode beacon configurationFelix Fietkau2016-08-221-0/+1
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-0410-27/+27
* ath9k_hw: implement temperature compensation support for AR9003+Felix Fietkau2016-07-192-3/+23
* ath9k_hw: get rid of some duplicate code in calibration initFelix Fietkau2016-07-191-32/+22
* ath9k_hw: simplify ar9003_hw_per_calibrationFelix Fietkau2016-07-191-27/+26
* ath9k_hw: fix duplicate (and partially wrong) definition of AR_CH0_THERMFelix Fietkau2016-07-191-15/+10
* ath9k_hw: fix spectral scan on AR9285 and newerFelix Fietkau2016-07-192-10/+27
* ath9k: simplify the code-paths when not using the built-in EEPROMMartin Blumenstingl2016-07-193-53/+41
* ath6kl: sme_state shortcut to SME_DISCONNECTED removedDan Kephart2016-07-191-2/+0
* ath6kl: Unset IFF_LOWER_UP flag on AP mode leave.Pierre Le Magourou2016-07-191-0/+1
* ath6kl: Fix wrong regulatory domain disconnection.Pierre Le Magourou2016-07-191-1/+2
* ath6kl: Fix WLAN tethering authentication problem.Pierre Le Magourou2016-07-191-4/+5
* ath10k: disable wake_tx_queue for older devicesMichal Kazior2016-07-192-2/+23
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2016-07-1835-367/+625
|\
| * ath10k: fix possible wrong rx_busy time reporting in QCA4019Vasanthakumar Thiagarajan2016-07-081-1/+2
| * wcn36xx: Silence error about unsupported smd event 188Bjorn Andersson2016-07-081-0/+2
| * ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg2016-07-084-126/+165
| * ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg2016-07-088-14/+11
| * ath9k: Expose tsf_adjustment in mac80211 tsf getters and setters.Benjamin Berg2016-07-081-0/+2
| * ath9k: Use tsf offset helper in ath9k_hw_resetBenjamin Berg2016-07-081-8/+8
| * ath9k: Handle channel context in get_/set_/reset_tsfBenjamin Berg2016-07-081-3/+18
| * ath9k: Correct TSF adjustment to align the beacon time correctlyBenjamin Berg2016-07-081-4/+8
| * ath9k: move all ath9k_platform_data initialization into one functionMartin Blumenstingl2016-07-081-24/+25
| * ath9k: remove return value from ath9k_hw_init_macaddrMartin Blumenstingl2016-07-081-10/+5
| * ath9k: ath9k_hw_init_macaddr should not overwrite valid MAC addressesMartin Blumenstingl2016-07-081-9/+13
| * ath9k: remove variable which is set but never readMartin Blumenstingl2016-07-081-3/+0
| * ath9k: Allow configuration of LED polarity in platform data.Martin Blumenstingl2016-07-081-0/+3
| * wcn36xx: Fix up wcn36xx_smd_update_scan_params()Bjorn Andersson2016-07-083-9/+12
| * wcn36xx: Correct DXE chip version differentiationBjorn Andersson2016-07-084-26/+11
| * wcn36xx: Split mmio space into explicit regionsBjorn Andersson2016-07-084-27/+59
| * wcn36xx: Change indication list lock to spinlockBjorn Andersson2016-07-082-7/+7
| * wcn36xx: Fold indication payload into message headerBjorn Andersson2016-07-082-10/+7
| * ath10k: replace warning with an error message if HTT op version is unsetMohammed Shafi Shajakhan2016-07-081-1/+1
| * ath10k: enable support for QCA9888Anilkumar Kolli2016-07-084-0/+60
| * ath10k: remove unused member in ath10k_hw_regsAnilkumar Kolli2016-07-082-5/+0
| * ath10k: Clean up peer when sta goes away.Ben Greear2016-07-081-2/+10
| * ath10k: Add WARN_ON if we over-write peer-map pointer.Ben Greear2016-07-081-0/+1