summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: mvm: fix frame drop from the reordering bufferEmmanuel Grumbach2019-07-301-11/+33
* iwlwifi: mvm: add a loose synchronization of the NSSN across Rx queuesEmmanuel Grumbach2019-07-301-12/+52
* iwlwiif: mvm: refactor iwl_mvm_notify_rx_queueEmmanuel Grumbach2019-07-301-8/+9
* iwlwifi: mvm: add a new RSS sync notification for NSSN syncEmmanuel Grumbach2019-07-301-32/+52
* timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-4/+24
|\
| * iwlwifi: mvm: check for length correctness in iwl_mvm_create_skb()Luca Coelho2019-04-281-4/+24
* | iwlwifi: mvm: report all NO_DATA events to mac80211Johannes Berg2019-03-221-11/+20
|/
* iwlwifi: mvm: fix the spatial reuse parsing for HE_TRIG PPDUsEmmanuel Grumbach2019-02-141-4/+4
* iwlwifi: mvm: fix HE radiotap data4 for HE-TB PPDUsJohannes Berg2019-02-141-4/+14
* iwlwifi: mvm: clean up NO_PSDU caseJohannes Berg2019-02-141-5/+2Star
* iwlwifi: mvm: don't hide HE radiotap data in SKBJohannes Berg2019-02-041-11/+36
* iwlwifi: mvm: add HE TB PPDU SIG-A BW to radiotapJohannes Berg2019-02-041-6/+15
* iwlwifi: mvm: add fall through comments where neededLuca Coelho2019-02-041-1/+1
* iwlwifi: mvm: fix merge damage in iwl_mvm_rx_mpdu_mq()Luca Coelho2019-01-311-0/+3
* iwlwifi: mvm: include configured sniffer AID in radiotapJohannes Berg2019-01-291-4/+35
* iwlwifi: mvm: document monitor mode reorder buffer bypassJohannes Berg2019-01-291-0/+2
* iwlwifi: mvm: implement CSI reportingJohannes Berg2019-01-291-11/+9Star
* iwlwifi: mvm: fix A-MPDU reference assignmentJohannes Berg2019-01-291-1/+1
* iwlwifi: mvm: read IWL_RX_MPDU_PHY_SHORT_PREAMBLE only for CCKJohannes Berg2019-01-291-1/+2
* iwlwifi: iwlmvm: in monitor NDP notif take the NSS from rx_vecShaul Triebitz2019-01-291-4/+13
* iwlwifi: iwlmvm: ignore HE PPDU type regarding EOFShaul Triebitz2019-01-291-11/+7Star
* iwlwifi: mvm: handle RX no data notificationShaul Triebitz2018-12-201-1/+125
* iwlwifi: mvm: radiotap: remove UL_DL bit in HE TRIG_BASEDShaul Triebitz2018-12-141-3/+6
* iwlwifi: mvm: add L-SIG length to radiotapShaul Triebitz2018-12-141-36/+60
* iwlwifi: mvm: change PHY data RX for HE radiotapShaul Triebitz2018-12-141-189/+178Star
* iwlwifi: mvm: remove set but not used variable 'he_phy_data'YueHaibing2018-11-111-6/+0Star
* iwlwifi: mvm: show more HE radiotap data for TB PPDUsJohannes Berg2018-10-061-36/+31Star
* iwlwifi: mvm: decode HE information for MU (without ext info)Johannes Berg2018-10-061-1/+2
* iwlwifi: mvm: add more information to HE radiotapJohannes Berg2018-10-061-4/+31
* iwlwifi: mvm: add LDPC-XSYM to HE radiotap dataJohannes Berg2018-10-061-5/+11
* iwlwifi: mvm: add TXOP to HE radiotap dataJohannes Berg2018-10-061-0/+5
* iwlwifi: mvm: move HE-MU LTF_NUM parsing to he_phy_data parsingJohannes Berg2018-10-061-25/+10Star
* iwlwifi: mvm: clean up HE radiotap RU allocation parsingJohannes Berg2018-10-061-77/+89
* iwlwifi: mvm: pull some he_phy_data decoding into a separate functionJohannes Berg2018-10-061-46/+59
* iwlwifi: mvm: put HE SIG-B symbols/users data correctlyJohannes Berg2018-10-061-4/+4
* iwlwifi: mvm: minor cleanups to HE radiotap codeJohannes Berg2018-10-061-8/+3Star
* iwlwifi: mvm: remove unnecessary overload variableJohannes Berg2018-10-061-3/+3
* iwlwifi: dbg: group trigger condition to helper functionSara Sharon2018-10-061-13/+9Star
* iwlwifi: mvm: Support TKIP on gen2 data pathDavid Spinadel2018-09-281-1/+8
* iwlwifi: mvm: report RU offset is knownJohannes Berg2018-09-281-1/+2
* iwlwifi: iwlmvm: fix typo when checking for TX BeamformingShaul Triebitz2018-09-281-1/+1
* iwlwifi: mvm: decode HE TB PPDU dataJohannes Berg2018-08-311-17/+21
* iwlwifi: mvm: remove channel 2 from HE radiotap if not applicableJohannes Berg2018-08-311-2/+4
* iwlwifi: mvm: report # of LTF symbols for extended range SU PPDUsJohannes Berg2018-08-311-2/+2
* iwlwifi: mvm: properly decode HE GI durationJohannes Berg2018-08-311-6/+16
* iwlwifi: mvm: put LTF symbol size into HE radiotapJohannes Berg2018-08-311-1/+13
* iwlwifi: mvm: implement extended HE-MU sniffer APIJohannes Berg2018-08-311-26/+114
* iwlwifi: mvm: move he RX handling to a separate functionSara Sharon2018-08-311-1/+1
* iwlwifi: mvm: move he RX handling to a separate functionSara Sharon2018-08-311-296/+286Star