summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-20ath10k: fix peer stats null pointer dereferenceZhi Chen1-2/+2
2018-12-20ath10k: fix warning due to msdu limit errorBhagavathi Perumal S1-4/+37
2018-12-20ath10k: report tx rate using ieee80211_tx_rate_update()Anilkumar Kolli1-5/+62
2018-12-20ath10k: add amsdu support for monitor modeYu Wang1-2/+186
2018-11-05ath10k: dump tx stats in rate table formatAnilkumar Kolli1-1/+16
2018-10-13ath10k: htt: remove some dead codeDan Carpenter1-2/+0
2018-10-13ath10k: htt_rx: fix signedness bug in ath10k_update_per_peer_tx_statsGustavo A. R. Silva1-1/+2
2018-10-04Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-21/+275
2018-09-06ath10k: htt: High latency RX supportErik Stromdahl1-3/+125
2018-09-06ath10k: add HTT RX HL opsErik Stromdahl1-1/+6
2018-09-06ath10k: average ack rssi support for data framesBalaji Pothunoori1-3/+25
2018-09-06ath10k: add extended per sta tx statistics supportAnilkumar Kolli1-0/+109
2018-09-06ath10k: get the legacy rate index to update the txrate tableAnilkumar Kolli1-14/+10
2018-09-04wireless: remove unnecessary unlikely()Igor Stoppa1-2/+2
2018-06-29ath10k: use locked skb_dequeue for rx completionsBob Copeland1-4/+4
2018-06-28ath10k: protect ath10k_htt_rx_ring_free with rx_ring.lockBen Greear1-1/+4
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-19ath10k: add inlined wrappers for htt rx opsErik Stromdahl1-7/+7
2018-04-19ath10k: Add tx ack signal support for management framesVenkateswara Naralasetty1-0/+10
2018-03-29ath10k: fix recent bandwidth conversion bugChristian Lamparter1-18/+24
2018-03-26ath10k: add sta rx packet stats per tidVasanthakumar Thiagarajan1-10/+61
2017-12-27ath10k: update copyright yearKalle Valo1-1/+1
2017-12-27ath10k: Add paddrs_ring_64 support for 64bit targetGovind Singh1-16/+94
2017-12-27ath10k: Add hw param for rx ring size supportGovind Singh1-4/+1
2017-12-27ath10k: Add support for 64 bit HTT in-order indication msgGovind Singh1-6/+61
2017-12-14ath10k: add per peer tx stats support for 10.2.4Anilkumar Kolli1-0/+60
2017-12-14ath10k: unify rx processing in napi_pollRajkumar Manoharan1-59/+62
2017-11-20ath10k: fix data rx for CCMP-256, GCMP and GCMP-256 in raw modeVasanthakumar Thiagarajan1-13/+38
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller1-3/+3
2017-10-30Revert "ath10k: fix napi_poll budget overflow"Kalle Valo1-11/+6
2017-10-30ath10k: rebuild crypto header in rx data framesVasanthakumar Thiagarajan1-16/+89
2017-10-27ath: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-08-31ath10k: fix napi_poll budget overflowRyan Hsu1-6/+11
2017-08-08ath10k: ath10k_htt_rx_amsdu_allowed() use ath10k_dbg()Gabriel Craciunescu1-1/+1
2017-08-03ath10k: set a-mpdu receiver reference numberMatthias Frei1-1/+11
2017-06-16ath10k: add per chain RSSI reportingNorik Dzhandzhapanyan1-0/+13
2017-05-23ath10k: fix reported HT MCS rates with NSS > 1Sven Eckelmann1-4/+10
2017-04-28mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg1-3/+3
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-18/+14
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-23/+23
2017-04-05ath10k: fix block comments styleMarcin Rokicki1-3/+6
2017-02-08ath10k: remove unneeded semicolonWaldemar Rymarkiewicz1-1/+1
2017-02-01Merge tag 'wireless-drivers-next-for-davem-2017-02-01' of git://git.kernel.or...David S. Miller1-2/+9
2017-01-19ath10k: fix per station tx bit rate reportingMohammed Shafi Shajakhan1-0/+2
2017-01-13ath10k: fix tx legacy rate reportingMohammed Shafi Shajakhan1-1/+1
2017-01-13ath10k: add VHT160 supportSebastian Gottschall1-1/+6
2016-12-13cfg80211: get rid of name indirection trick for ieee80211_get_channel()Arend Van Spriel1-2/+1
2016-11-23ath10k: add per peer htt tx stats support for 10.4Anilkumar Kolli1-0/+125
2016-10-13ath10k: cleanup calling ath10k_htt_rx_h_unchainMohammed Shafi Shajakhan1-6/+6
2016-09-27ath10k: fix rfc1042 header retrieval in QCA4019 with eth decap modeVasanthakumar Thiagarajan1-2/+3