summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-18iwlwifi: read and print OTP minor versionLuca Coelho2-1/+5
2022-02-18iwlwifi: add support for BZ-U and BZ-L HWMike Golant1-0/+2
2022-02-18iwlwifi: mvm: add support for CT-KILL notification version 2Miri Korenblit2-3/+18
2022-02-18iwlwifi: yoyo: remove DBGI_SRAM address reset writingRotem Saado2-4/+0
2022-02-18iwlwifi: mvm: support v3 of station HE context commandJohannes Berg2-20/+193
2022-02-18iwlwifi: yoyo: add IMR DRAM dump supportMukesh Sisodiya8-13/+269
2022-02-18iwlwifi: yoyo: fix DBGC allocation flowRotem Saado1-2/+1
2022-02-18iwlwifi: pcie: add support for MS devicesYaara Baruch3-1/+52
2022-02-18iwlwifi: mvm: align locking in D3 test debugfsJohannes Berg1-0/+4
2022-02-18iwlwifi: mvm: don't iterate unadded vifs when handling FW SMPS reqLuca Coelho1-1/+2
2022-02-18iwlwifi: advertise support for HE - DCM BPSK RX/TXMordechay Goodstein1-4/+4
2022-02-18iwlwifi: mvm: only enable HE DCM if we also support TXMordechay Goodstein1-1/+4
2022-02-18iwlwifi: yoyo: fix DBGI_SRAM ini dump header.Rotem Saado4-2/+36
2022-02-18iwlwifi: dbg: add infra for tracking free buffer sizeMordechay Goodstein1-30/+60
2022-02-18iwlwifi: mvm: starting from 22000 we have 32 Rx AMPDU sessionsEmmanuel Grumbach3-4/+6
2022-02-18iwlwifi: mvm: support new BAID allocation commandJohannes Berg3-3/+144
2022-02-18iwlwifi: mvm: refactor iwl_mvm_sta_rx_agg()Johannes Berg1-48/+51
2022-02-18iwlwifi: cfg: add support for 1K BA queueMordechay Goodstein8-19/+49
2022-02-18iwlwifi: avoid void pointer arithmeticJohannes Berg14-18/+18
2022-02-18iwlwifi: fix various more -Wcast-qual warningsJohannes Berg6-13/+13
2022-02-18iwlwifi: propagate (const) type qualifierBjoern A. Zeeb8-85/+88
2022-02-18iwlwifi: de-const properly where neededBjoern A. Zeeb4-6/+6
2022-02-18iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg19-125/+88
2022-02-18iwlwifi: mvm: fw: clean up hcmd struct creationJohannes Berg1-7/+6
2022-02-18iwlwifi: prefer WIDE_ID() over iwl_cmd_id()Johannes Berg18-58/+45
2022-02-18iwlwifi: mvm: allow enabling UHB TAS in the USA via ACPI settingAyala Barazani4-18/+56
2022-02-18iwlwifi: mvm: offload channel switch timing to FWNathan Errera7-1/+125
2022-02-18iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL staTakashi Iwai1-3/+2
2022-02-16mac80211_hwsim: Advertise support for EHT capabilitiesIlan Peer1-12/+234
2022-02-16mac80211: parse AddBA request with extended AddBA elementMordechay Goodstein1-3/+15
2022-02-16mac80211: calculate max RX NSS for EHT modeMordechay Goodstein1-1/+13
2022-02-16mac80211: Add support for storing station EHT capabilitiesIlan Peer1-0/+8
2022-02-16mac80211: Handle station association response with EHTIlan Peer6-3/+118
2022-02-16mac80211: Add EHT capabilities to association/probe requestIlan Peer4-2/+144
2022-02-16mac80211: Add initial support for EHT and 320 MHz channelsIlan Peer9-59/+213
2022-02-16mac80211: Support parsing EHT elementsIlan Peer2-0/+14
2022-02-16cfg80211: Support configuration of station EHT capabilitiesIlan Peer3-5/+46
2022-02-16cfg80211: add NO-EHT flag to regulatoryIlan Peer3-0/+8
2022-02-16nl80211: add support for 320MHz channel limitationSriram R3-0/+14
2022-02-16nl80211: add EHT MCS supportVeerendranath Jakkam4-0/+223
2022-02-16cfg80211: Add support for EHT 320 MHz channel widthJia Ding5-8/+97
2022-02-16cfg80211: Add data structures to capture EHT capabilitiesIlan Peer3-0/+102
2022-02-16ieee80211: add EHT 1K aggregation definitionsMordechay Goodstein5-7/+11
2022-02-16ieee80211: Add EHT (802.11be) definitionsIlan Peer1-0/+299
2022-02-16mac80211_hwsim: Add custom regulatory for 6GHzIlan Peer1-0/+14
2022-02-16mac80211_hwsim: don't shadow a global variableJohannes Berg1-5/+5
2022-02-16mac80211_hwsim: check TX and STA bandwidthJohannes Berg1-3/+98
2022-02-16nl80211: accept only HE capability elements with valid sizeJohannes Berg1-3/+11
2022-02-16mac80211: parse only HE capability elements with valid sizeJohannes Berg1-2/+4
2022-02-16ieee80211: add helper to check HE capability element sizeJohannes Berg1-1/+24