summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k/htt_rx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2016-07-181-6/+4
|\
| * ath10k: simplify pktlog htt event processingAshok Raj Nagarajan2016-07-081-5/+3
| * ath10k: remove unneccessary WARN_ON_ONCE in rx during ACSMohammed Shafi Shajakhan2016-06-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+0
|\ \ | |/ |/|
| * ath10k: fix deadlock while processing rx_in_ord_indRajkumar Manoharan2016-06-141-1/+0
* | ath10k: remove unused phy_mode_to_bandRajkumar Manoharan2016-06-021-28/+0
* | ath10k: fix legacy rate packet debug messagesMohammed Shafi Shajakhan2016-05-241-1/+2
* | ath10k: reduce warning messages during rx without proper channel contextMohammed Shafi Shajakhan2016-05-241-1/+1
* | ath10k: improve tx schedulingMichal Kazior2016-05-241-3/+0
|/
* Merge ath-next from ath.gitKalle Valo2016-04-261-1/+1
|\
| * ath10k: move fw_features to struct ath10k_fw_fileKalle Valo2016-04-201-1/+1
* | cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-4/+4
|/
* Merge tag 'wireless-drivers-next-for-davem-2016-04-11' of git://git.kernel.or...David S. Miller2016-04-111-222/+492
|\
| * ath10k: fix unconditional num_mpdus_ready subtractionRajkumar Manoharan2016-04-071-4/+4
| * ath10k: combine txrx and replenish taskRajkumar Manoharan2016-04-041-15/+6
| * ath10k: register ath10k_htt_htc_t2h_msg_handlerRajkumar Manoharan2016-04-041-7/+15
| * ath10k: speedup htt rx descriptor processing for rx_indRajkumar Manoharan2016-04-041-21/+18
| * ath10k: cleanup amsdu processing for rx indicationRajkumar Manoharan2016-04-041-59/+41
| * ath10k: remove unused fw_desc processingRajkumar Manoharan2016-04-041-63/+2
| * ath10k: copy tx fetch indication messageRajkumar Manoharan2016-04-041-3/+10
| * ath10k: speedup htt rx descriptor processing for tx completionRajkumar Manoharan2016-04-041-25/+33
| * ath10k: move mgmt descriptor limit handle under mgmt_txRajkumar Manoharan2016-03-181-1/+6
| * ath10k: handle channel change htt eventRajkumar Manoharan2016-03-181-1/+40
| * ath10k: deliver mgmt frames from htt to monitor vifs onlyGrzegorz Bajorski2016-03-081-36/+34
| * ath10k: implement push-pull txMichal Kazior2016-03-061-8/+105
| * ath10k: implement wake_tx_queueMichal Kazior2016-03-061-0/+3
| * ath10k: add new htt message generation/parsing logicMichal Kazior2016-03-061-1/+197
* | mac80211: allow not sending MIC up from driver for HW cryptoSara Sharon2016-04-051-1/+1
|/
* ath10k: process htt rx indication as batch modeRajkumar Manoharan2016-03-031-2/+14
* ath10k: reduce rx_lock contention for htt rx indicationRajkumar Manoharan2016-03-031-10/+8
* ath10k: fix pktlog in QCA99X0Ashok Raj Nagarajan2016-03-031-5/+1
* ath10k: implement basic support for new tx path firmwareMichal Kazior2016-01-281-1/+3
* ath10k: rename some HTT eventsMichal Kazior2016-01-281-2/+2
* ath10k: prevent txrx running for too longMichal Kazior2016-01-211-1/+9
* ath10k: stop abusing GFP_DMAFelix Fietkau2015-11-301-2/+2
* ath10k: adjust the RX packet pad offset at QCA99X0 4addr modeYanbo Li2015-11-231-1/+14
* ath10k: fix the wrong RX rate idx report at 11G modeYanbo Li2015-11-161-1/+1
* ath10k: add support for pktlog in QCA99X0Vivek Natarajan2015-11-041-0/+12
* ath10k: export htt tx rx handlersRajkumar Manoharan2015-10-161-0/+1
* ath10k: print invalid mcs reported in rx descriptorManikanta Pubbisetty2015-09-091-0/+23
* ath10k: fix mu-mimo rx status reportingMichal Kazior2015-09-091-2/+22
* ath10k: enable raw encap mode and software crypto engineDavid Liu2015-07-291-3/+4
* ath10k: Improve performance by reducing tx_lock contentionQi Zhou2015-07-291-10/+2
* ath10k: add support for qca99x0 Rx descriptorsPeter Oh2015-07-241-12/+12
* ath10k: add 10.4 fw specific htt msg definitionsRaja Mani2015-07-021-0/+4
* ath10k: remove unused variable hdr in ath10k_htt_rx_h_undecap()Raja Mani2015-06-161-2/+0
* ath10k: add new 4addr related fw_featureMichal Kazior2015-05-221-4/+10
* ath10k: fix no-ack frame statusSujith Manoharan2015-04-091-0/+2
* ath10k: implement chanctx APIMichal Kazior2015-04-011-7/+93
* ath10k: rework legacy rx rate decodingMichal Kazior2015-03-301-53/+11