summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/mld-mac80211.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11iwlwifi: mvm: handle PS changes in vif_cfg_changedGregory Greenman1-58/+63
2023-06-21wifi: iwlwifi: mvm: support new flush_sta methodJohannes Berg1-0/+1
2023-06-19wifi: iwlwifi: handle eSR transitionsMiri Korenblit1-22/+128
2023-06-19wifi: iwlwifi: fix max number of fw active linksMiri Korenblit1-4/+2
2023-06-19wifi: iwlwifi: mvm: store WMM params per linkJohannes Berg1-2/+6
2023-06-14wifi: iwlwifi: mvm: Propagate ERP slot changes to FWIlan Peer1-1/+5
2023-06-14wifi: iwlwifi: mvm: FTM responder MLO supportAvraham Stern1-2/+2
2023-06-14wifi: iwlwifi: make debugfs entries link specificBenjamin Berg1-1/+1
2023-06-07Merge wireless into wireless-nextJohannes Berg1-4/+5
2023-06-06wifi: iwlwifi: mvm: make internal callback structs constJohannes Berg1-3/+3
2023-05-16wifi: iwlwifi: mvm: fix number of concurrent link checksJohannes Berg1-4/+5
2023-04-18wifi: iwlwifi: mvm: configure TLC on link activationJohannes Berg1-0/+24
2023-04-17wifi: iwlwifi: mvm: allow number of beacons from FWJohannes Berg1-1/+4
2023-03-30wifi: iwlwifi: mvm: free probe_resp_data laterJohannes Berg1-6/+6
2023-03-30wifi: iwlwifi: mvm: update mac config when assigning chanctxGregory Greenman1-0/+12
2023-03-30wifi: iwlwifi: mvm: fix station link data leakJohannes Berg1-1/+1
2023-03-30wifi: iwlwifi: mvm: use the new lockdep-checking macrosJohannes Berg1-3/+1
2023-03-30wifi: iwlwifi: mvm: avoid sending MAC context for idleJohannes Berg1-0/+6
2023-03-30wifi: iwlwifi: mvm: remove only link-specific AP keysJohannes Berg1-1/+1
2023-03-30wifi: iwlwifi: mvm: implement mac80211 callback change_sta_linksShaul Triebitz1-1/+8
2023-03-30wifi: iwlwifi: mvm: adjust iwl_mvm_sec_key_remove_ap to MLOGregory Greenman1-2/+1
2023-03-30wifi: iwlwifi: mvm: implement link change opsJohannes Berg1-12/+133
2023-03-30wifi: iwlwifi: mvm: adjust to MLO assign/unassign/switch_vif_chanctx()Gregory Greenman1-20/+32
2023-03-30wifi: iwlwifi: mvm: add fw link id allocationGregory Greenman1-0/+1
2023-03-30wifi: iwlwifi: mvm: adjust internal stations to MLOGregory Greenman1-9/+12
2023-03-30wifi: iwlwifi: mvm: replace bss_info_changed() with vif_cfg/link_info_changed()Gregory Greenman1-97/+200
2023-03-30wifi: iwlwifi: mvm: add link_conf parameter for add/remove/change linkGregory Greenman1-20/+30
2023-03-30wifi: iwlwifi: mvm: adjust SMPS for MLOGregory Greenman1-2/+2
2023-03-30wifi: iwlwifi: mvm: add set_hw_timestamp to mld opsAvraham Stern1-0/+1
2023-03-30wifi: iwlwifi: mvm: add link to firmware earlierJohannes Berg1-62/+111
2023-03-30wifi: iwlwifi: mvm: adjust mld_mac_ctxt_/beacon_changed() for MLOGregory Greenman1-6/+6
2023-03-30wifi: iwlwifi: mvm: modify link instead of removing it during csaMiri Korenblit1-6/+12
2023-03-30wifi: iwlwifi: mvm: fix "modify_mask" value in the link cmd.Miri Korenblit1-5/+4
2023-03-30wifi: iwlwifi: mvm: add all missing ops to iwl_mvm_mld_opsMiri Korenblit1-7/+107
2023-03-30wifi: iwlwifi: mvm: add support for post_channel_switch in MLD modeMiri Korenblit1-0/+1
2023-03-30wifi: iwlwifi: mvm: unite sta_modify_disable_tx flowsMiri Korenblit1-4/+0
2023-03-30wifi: iwlwifi: mvm: add cancel/remain_on_channel for MLD modeMiri Korenblit1-0/+43
2023-03-30wifi: iwlwifi: mvm: add some new MLD opsMiri Korenblit1-0/+227
2023-03-30wifi: iwlwifi: mvm: add sta handling flows for MLD modeMiri Korenblit1-0/+18
2023-03-30wifi: iwlwifi: mvm: vif preparation for MLOGregory Greenman1-9/+10
2023-03-22wifi: iwlwifi: mvm: add stop_ap() and leave_ibss() callbacks for MLD modeMiri Korenblit1-0/+30
2023-03-22wifi: iwlwifi: mvm: add start_ap() and join_ibss() callbacks for MLD modeMiri Korenblit1-0/+78
2023-03-15wifi: iwlwifi: mvm: add an unassign_vif_chanctx() callback for MLD modeMiri Korenblit1-0/+41
2023-03-15wifi: iwlwifi: mvm: add an assign_vif_chanctx() callback for MLD modeMiri Korenblit1-0/+60
2023-03-15wifi: iwlwifi: mvm: Add a remove_interface() callback for mld modeMiri Korenblit1-0/+34
2023-03-15wifi: iwlwifi: mvm: Add an add_interface() callback for mld modeMiri Korenblit1-0/+118