aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2016-10-13ath10k: fix kernel panic due to race in accessing arvif listVasanthakumar Thiagarajan1-0/+6
2016-10-13ath10k: cleanup calling ath10k_htt_rx_h_unchainMohammed Shafi Shajakhan1-6/+6
2016-10-13ath6kl: add Dell OEM SDIO I/O for the Venue 8 ProAdam Williamson1-0/+1
2016-10-13Revert "ath9k_hw: implement temperature compensation support for AR9003+"Felix Fietkau2-23/+3
2016-10-13ath10k: cache calibration data when the core is stoppedMarty Faltesek2-36/+40
2016-10-06ath6kl: configure SDIO when power is reappliedJames Minor1-0/+9
2016-10-06ath6kl: after cleanup properly reflect that sg is disabledJames Minor1-0/+2
2016-10-06ath6kl: fix busreqs so they can be reused when sg is cleaned upJames Minor1-1/+3
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds51-663/+2199
2016-10-04ath10k: allow setting coverage classBenjamin Berg7-1/+282
2016-10-04ath10k: add platform regulatory domain supportBartosz Markowski3-2/+114
2016-10-04ath: export alpha2 helperMichal Kazior2-1/+3
2016-10-04ath10k: add cc_wraparound type for QCA9888 and QCA9884Anilkumar Kolli1-0/+2
2016-10-04ath10k: provide provision to get Transmit Power Control stats for 10.4Maharaja Kennadyrajan1-0/+4
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+4
2016-09-28ath6kl: fix return value in ath6kl_wmi_set_pvb_cmdChaehyun Lim1-1/+1
2016-09-28ath9k: disable RNG by defaultMiaoqing Pan1-1/+1
2016-09-28ath10k: fix copy engine 5 destination ring stuckRajkumar Manoharan1-0/+7
2016-09-28ath10k: Ignore SWBA event for a vif if its marked for no beaconMohammed Shafi Shajakhan1-0/+6
2016-09-28ath10k: fix error return code in ahbWei Yongjun1-0/+2
2016-09-27ath10k: support up to 64 vdevsBen Greear1-1/+4
2016-09-27ath10k: document cycle count related countersBen Greear2-8/+8
2016-09-27ath10k: fix typo in logging messageBen Greear1-1/+1
2016-09-27ath10k: fix rfc1042 header retrieval in QCA4019 with eth decap modeVasanthakumar Thiagarajan3-2/+18
2016-09-27ath10k: do not check if reset is NULLMasahiro Yamada1-15/+10
2016-09-27ath10k: use devm_reset_control_get() instead of reset_control_get()Masahiro Yamada1-46/+10
2016-09-27ath10k: use devm_clk_get() instead of clk_get()Masahiro Yamada1-28/+6
2016-09-27ath10k: spelling and miscellaneous neateningJoe Perches6-20/+20
2016-09-21carl9170: fix debugfs crashesChristian Lamparter1-2/+4
2016-09-14ath: constify local structuresJulia Lawall1-1/+1
2016-09-14Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo46-548/+2123
2016-09-13ath10k: remove 4-addr padding related hw_param configurationVasanthakumar Thiagarajan2-17/+0
2016-09-13ath10k: properly remove padding from the start of rx payloadVasanthakumar Thiagarajan2-14/+31
2016-09-13ath10k: add provision for Rx descriptor abstractionVasanthakumar Thiagarajan3-0/+37
2016-09-13ath10k: move ath10k_hw_params definition to hw.hVasanthakumar Thiagarajan2-52/+54
2016-09-13ath10k: improve logging messageBen Greear1-2/+2
2016-09-13ath10k: enable peer stats by defaultThomas Pedersen1-0/+3
2016-09-13ath10k: remove unused variable ar_pciChaehyun Lim1-2/+0
2016-09-13ath10k: fix memory leak on caldata on error exit pathColin Ian King1-1/+1
2016-09-09Merge branch 'ath-current' into ath-nextKalle Valo4-14/+19
2016-09-09carl9170: Fix wrong completion usageDaniel Wagner1-4/+2
2016-09-09ath6kl: Allow the radio to report 0 dbm txpower without timing outEric Bentley1-2/+2
2016-09-09ath6kl: enable firmware crash dumps on the AR6004Dan Kephart1-7/+4
2016-09-09ath9k: remove repetitions of mask array sizeBob Copeland1-6/+3
2016-09-09ath10k: fix reporting channel survey dataAshok Raj Nagarajan1-1/+1
2016-09-09ath10k: remove unnecessary error code assignmentMohammed Shafi Shajakhan1-1/+0
2016-09-09ath9k: improve powersave filter handlingFelix Fietkau1-3/+9
2016-09-09ath9k: use ieee80211_tx_status_noskb where possibleFelix Fietkau1-32/+62
2016-09-09ath10k: fix throughput regression in multi client modeRajkumar Manoharan2-2/+2
2016-09-09ath10k: implement NAPI supportRajkumar Manoharan8-96/+159