summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-09-13ath10k: properly remove padding from the start of rx payloadVasanthakumar Thiagarajan1-14/+22
2016-09-09Merge branch 'ath-current' into ath-nextKalle Valo1-5/+5
2016-09-09ath10k: fix throughput regression in multi client modeRajkumar Manoharan1-0/+2
2016-09-09ath10k: implement NAPI supportRajkumar Manoharan1-60/+94
2016-09-02ath10k: hide kernel addresses from logs using %pK format specifierMaharaja Kennadyrajan1-1/+1
2016-08-31ath10k: fix get rx_status from htt contextAshok Raj Nagarajan1-5/+5
2016-07-18Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo1-6/+4
2016-07-08ath10k: simplify pktlog htt event processingAshok Raj Nagarajan1-5/+3
2016-06-30ath10k: remove unneccessary WARN_ON_ONCE in rx during ACSMohammed Shafi Shajakhan1-1/+1
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-06-14ath10k: fix deadlock while processing rx_in_ord_indRajkumar Manoharan1-1/+0
2016-06-02ath10k: remove unused phy_mode_to_bandRajkumar Manoharan1-28/+0
2016-05-24ath10k: fix legacy rate packet debug messagesMohammed Shafi Shajakhan1-1/+2
2016-05-24ath10k: reduce warning messages during rx without proper channel contextMohammed Shafi Shajakhan1-1/+1
2016-05-24ath10k: improve tx schedulingMichal Kazior1-3/+0
2016-04-26Merge ath-next from ath.gitKalle Valo1-1/+1
2016-04-20ath10k: move fw_features to struct ath10k_fw_fileKalle Valo1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-4/+4
2016-04-11Merge tag 'wireless-drivers-next-for-davem-2016-04-11' of git://git.kernel.or...David S. Miller1-222/+492
2016-04-07ath10k: fix unconditional num_mpdus_ready subtractionRajkumar Manoharan1-4/+4
2016-04-05mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon1-1/+1
2016-04-04ath10k: combine txrx and replenish taskRajkumar Manoharan1-15/+6
2016-04-04ath10k: register ath10k_htt_htc_t2h_msg_handlerRajkumar Manoharan1-7/+15
2016-04-04ath10k: speedup htt rx descriptor processing for rx_indRajkumar Manoharan1-21/+18
2016-04-04ath10k: cleanup amsdu processing for rx indicationRajkumar Manoharan1-59/+41
2016-04-04ath10k: remove unused fw_desc processingRajkumar Manoharan1-63/+2
2016-04-04ath10k: copy tx fetch indication messageRajkumar Manoharan1-3/+10
2016-04-04ath10k: speedup htt rx descriptor processing for tx completionRajkumar Manoharan1-25/+33
2016-03-18ath10k: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan1-1/+6
2016-03-18ath10k: handle channel change htt eventRajkumar Manoharan1-1/+40