aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2016-11-23Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2016-11-17wireless: fix bogus maybe-uninitialized warningArnd Bergmann
2016-11-15ath10k: use the right length of "background"Nicolas Iooss
2016-11-15ath10k: remove extraneous error message in tx allocMohammed Shafi Shajakhan
2016-11-15ath10k: clean up HTT tx buffer allocation and freeMohammed Shafi Shajakhan
2016-11-15ath10k: fix failure to send NULL func frame for 10.4Mohammed Shafi Shajakhan
2016-11-15ath9k: Switch to using mac80211 intermediate software queues.Toke Høiland-Jørgensen
2016-11-15ath9k_htc: fix minor mistakes in dev_err messagesColin Ian King
2016-11-15ath9k: parse the device configuration from an OF nodeMartin Blumenstingl
2016-11-15ath9k: add a helper to get the string representation of ath_bus_typeMartin Blumenstingl
2016-11-15ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)
2016-11-09Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson
2016-10-13ath9k: change entropy formula for easier understandingMiaoqing Pan
2016-10-13ath10k: fix kernel panic due to race in accessing arvif listVasanthakumar Thiagarajan
2016-10-13ath10k: cleanup calling ath10k_htt_rx_h_unchainMohammed Shafi Shajakhan
2016-10-06ath6kl: configure SDIO when power is reappliedJames Minor
2016-10-06ath6kl: after cleanup properly reflect that sg is disabledJames Minor
2016-10-06ath6kl: fix busreqs so they can be reused when sg is cleaned upJames Minor
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-10-04ath10k: allow setting coverage classBenjamin Berg
2016-10-04ath10k: add platform regulatory domain supportBartosz Markowski
2016-10-04ath: export alpha2 helperMichal Kazior
2016-10-04ath10k: add cc_wraparound type for QCA9888 and QCA9884Anilkumar Kolli
2016-10-04ath10k: provide provision to get Transmit Power Control stats for 10.4Maharaja Kennadyrajan
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-09-28ath6kl: fix return value in ath6kl_wmi_set_pvb_cmdChaehyun Lim
2016-09-28ath9k: disable RNG by defaultMiaoqing Pan
2016-09-28ath10k: fix copy engine 5 destination ring stuckRajkumar Manoharan
2016-09-28ath10k: Ignore SWBA event for a vif if its marked for no beaconMohammed Shafi Shajakhan
2016-09-28ath10k: fix error return code in ahbWei Yongjun
2016-09-27ath10k: support up to 64 vdevsBen Greear
2016-09-27ath10k: document cycle count related countersBen Greear
2016-09-27ath10k: fix typo in logging messageBen Greear
2016-09-27ath10k: fix rfc1042 header retrieval in QCA4019 with eth decap modeVasanthakumar Thiagarajan
2016-09-27ath10k: do not check if reset is NULLMasahiro Yamada
2016-09-27ath10k: use devm_reset_control_get() instead of reset_control_get()Masahiro Yamada
2016-09-27ath10k: use devm_clk_get() instead of clk_get()Masahiro Yamada
2016-09-27ath10k: spelling and miscellaneous neateningJoe Perches
2016-09-21carl9170: fix debugfs crashesChristian Lamparter
2016-09-14ath: constify local structuresJulia Lawall
2016-09-14Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2016-09-13ath10k: remove 4-addr padding related hw_param configurationVasanthakumar Thiagarajan
2016-09-13ath10k: properly remove padding from the start of rx payloadVasanthakumar Thiagarajan
2016-09-13ath10k: add provision for Rx descriptor abstractionVasanthakumar Thiagarajan
2016-09-13ath10k: move ath10k_hw_params definition to hw.hVasanthakumar Thiagarajan
2016-09-13ath10k: improve logging messageBen Greear
2016-09-13ath10k: enable peer stats by defaultThomas Pedersen
2016-09-13ath10k: remove unused variable ar_pciChaehyun Lim
2016-09-13ath10k: fix memory leak on caldata on error exit pathColin Ian King