summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: iwlwifi: mvm: enable support for MLO APIsGregory Greenman2023-04-201-0/+5
* wifi: iwlwifi: mvm: prefer RCU_INIT_POINTER()Johannes Berg2023-04-201-2/+2
* wifi: iwlwifi: mvm: remove RS rate init update argumentJohannes Berg2023-04-181-8/+11
* wifi: iwlwifi: mvm: only clients can be 20MHz-onlyJohannes Berg2023-04-181-1/+1
* wifi: iwlwifi: mvm: fix iwl_mvm_sta_rc_update for MLOJohannes Berg2023-04-181-7/+3
* wifi: iwlwifi: mvm: allow NL80211_EXT_FEATURE_SCAN_MIN_PREQ_CONTENTJohannes Berg2023-04-181-0/+2
* wifi: iwlwifi: mvm: validate station properly in flushJohannes Berg2023-04-141-1/+8
* wifi: iwlwifi: mvm: fix ptk_pn memory leakJohannes Berg2023-04-141-1/+5
* wifi: iwlwifi: mvm: track AP STA pointer and use it for MFPJohannes Berg2023-04-141-1/+7
* wifi: iwlwifi: mvm: cleanup beacon_inject_active during hw restartMiri Korenblit2023-04-141-0/+3
* wifi: iwlwifi: mvm: request limiting to 8 MSDUs per A-MSDUJohannes Berg2023-04-141-2/+6
* wifi: iwlwifi: mvm: refactor TX csum mode checkJohannes Berg2023-04-131-4/+1
* wifi: iwlwifi: mvm: fix A-MSDU checksJohannes Berg2023-04-131-1/+4
* Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-03-301-719/+1321
|\
| * wifi: iwlwifi: mvm: rework active links countingGregory Greenman2023-03-301-1/+0
| * wifi: iwlwifi: mvm: use the new lockdep-checking macrosJohannes Berg2023-03-301-7/+7
| * wifi: iwlwifi: mvm: remove only link-specific AP keysJohannes Berg2023-03-301-1/+1
| * wifi: iwlwifi: mvm: skip inactive linksJohannes Berg2023-03-301-1/+3
| * wifi: iwlwifi: mvm: rxmq: report link ID to mac80211Johannes Berg2023-03-301-1/+3
| * wifi: iwlwifi: mvm: translate management frame addressShaul Triebitz2023-03-301-0/+22
| * wifi: iwlwifi: mvm: adjust rs init to MLOGregory Greenman2023-03-301-11/+25
| * wifi: iwlwifi: mvm: adjust iwl_mvm_sec_key_remove_ap to MLOGregory Greenman2023-03-301-1/+2
| * wifi: iwlwifi: mvm: make a few warnings only trigger onceJohannes Berg2023-03-301-1/+1
| * wifi: iwlwifi: mvm: skip MEI update for MLOJohannes Berg2023-03-301-1/+6
| * wifi: iwlwifi: mvm: fix narrow RU check for MLOJohannes Berg2023-03-301-7/+15
| * wifi: iwlwifi: mvm: make some HW flags conditionalJohannes Berg2023-03-301-2/+13
| * wifi: iwlwifi: mvm: implement link change opsJohannes Berg2023-03-301-3/+9
| * wifi: iwlwifi: mvm: adjust some cleanup functions to MLOGregory Greenman2023-03-301-7/+25
| * wifi: iwlwifi: mvm: refactor iwl_mvm_mac_sta_state_common()Gregory Greenman2023-03-301-135/+295
| * wifi: iwlwifi: mvm: adjust to MLO assign/unassign/switch_vif_chanctx()Gregory Greenman2023-03-301-19/+27
| * wifi: iwlwifi: mvm: replace bss_info_changed() with vif_cfg/link_info_changed()Gregory Greenman2023-03-301-2/+4
| * wifi: iwlwifi: mvm: add link_conf parameter for add/remove/change linkGregory Greenman2023-03-301-1/+1
| * wifi: iwlwifi: mvm: adjust SMPS for MLOGregory Greenman2023-03-301-8/+11
| * wifi: iwlwifi: mvm: add set_hw_timestamp to mld opsAvraham Stern2023-03-301-3/+3
| * wifi: iwlwifi: mvm: add link to firmware earlierJohannes Berg2023-03-301-7/+10
| * wifi: iwlwifi: mvm: adjust some PS and PM methods to MLDGregory Greenman2023-03-301-2/+2
| * wifi: iwlwifi: mvm: adjust mld_mac_ctxt_/beacon_changed() for MLOGregory Greenman2023-03-301-11/+28
| * wifi: iwlwifi: mvm: add all missing ops to iwl_mvm_mld_opsMiri Korenblit2023-03-301-110/+90
| * wifi: iwlwifi: mvm: add support for post_channel_switch in MLD modeMiri Korenblit2023-03-301-4/+6
| * wifi: iwlwifi: mvm: unite sta_modify_disable_tx flowsMiri Korenblit2023-03-301-3/+3
| * wifi: iwlwifi: mvm: add cancel/remain_on_channel for MLD modeMiri Korenblit2023-03-301-5/+19
| * wifi: iwlwifi: mvm: refactor iwl_mvm_roc()Miri Korenblit2023-03-301-44/+56
| * wifi: iwlwifi: mvm: add some new MLD opsMiri Korenblit2023-03-301-80/+133
| * wifi: iwlwifi: mvm: add sta handling flows for MLD modeMiri Korenblit2023-03-301-13/+45
| * wifi: iwlwifi: mvm: sta preparation for MLOGregory Greenman2023-03-301-9/+10
| * wifi: iwlwifi: mvm: vif preparation for MLOGregory Greenman2023-03-301-63/+75
| * wifi: iwlwifi: mvm: support enabling and disabling HW timestampingAvraham Stern2023-03-221-0/+29
| * wifi: iwlwifi: mvm: refactor iwl_mvm_cfg_he_sta()Miri Korenblit2023-03-221-140/+147
| * wifi: iwlwifi: mvm: Don't send MAC CTXT cmd after deauthorizationMiri Korenblit2023-03-221-10/+3
| * wifi: iwlwifi: mvm: add stop_ap() and leave_ibss() callbacks for MLD modeMiri Korenblit2023-03-221-6/+16