aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-20ath10k: free host-mem with DMA_BIRECTIONAL flagBen Greear1-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2016-12-02Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller12-56/+361
2016-12-01ath10k: wmi-alloc-chunk should use DMA_BIDIRECTIONALBen Greear1-1/+1
2016-12-01ath10k: fix Tx DMA alloc failure during continuous wifi down/upMohammed Shafi Shajakhan3-14/+51
2016-12-01ath10k: fix soft lockup during firmware crash/hw-restartMohammed Shafi Shajakhan2-2/+1
2016-12-01ath10k: fix TLV set regdomain commandErik Stromdahl1-2/+2
2016-11-27Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller10-44/+468
2016-11-23ath10k: fix monitor vdev for receiving other bss framesManoharan, Rajkumar3-1/+11
2016-11-23ath10k: add support for per sta tx bitrateAnilkumar Kolli1-0/+13
2016-11-23ath10k: add per peer htt tx stats support for 10.4Anilkumar Kolli5-1/+178
2016-11-23ath10k: add spectral scan support to wmi-tlvMichal Kazior1-0/+72
2016-11-23ath10k: fix null deref on wmi-tlv when trying spectral scanMichal Kazior1-0/+6
2016-11-23ath10k: remove set/get_tsf ieee80211_opsPedersen, Thomas4-44/+0
2016-11-23ath10k: implement offset_tsf ieee80211_opPedersen, Thomas3-0/+34
2016-11-23ath10k: advertize hardware packet loss mechanismRajkumar Manoharan1-0/+1
2016-11-15ath10k: use the right length of "background"Nicolas Iooss1-1/+1
2016-11-15ath10k: remove extraneous error message in tx allocMohammed Shafi Shajakhan1-3/+1
2016-11-15ath10k: clean up HTT tx buffer allocation and freeMohammed Shafi Shajakhan1-25/+50
2016-11-15ath10k: fix failure to send NULL func frame for 10.4Mohammed Shafi Shajakhan2-6/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-36/+40
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon1-0/+1
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-13ath10k: cache calibration data when the core is stoppedMarty Faltesek2-36/+40
2016-10-04ath10k: allow setting coverage classBenjamin Berg7-1/+282
2016-10-04ath10k: add platform regulatory domain supportBartosz Markowski3-2/+114
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-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-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 Valo2-6/+5