summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-22wifi: iwlwifi: mvm: add stop_ap() and leave_ibss() callbacks for MLD modeMiri Korenblit1-6/+16
2023-03-22wifi: iwlwifi: mvm: add start_ap() and join_ibss() callbacks for MLD modeMiri Korenblit1-30/+46
2023-03-22wifi: iwlwifi: mvm: enable TX beacon protectionJohannes Berg1-8/+22
2023-03-22wifi: iwlwifi: mvm: add support for timing measurementKrishnanand Prabhu1-3/+41
2023-03-22wifi: iwlwifi: mvm: protect TXQ list manipulationJohannes Berg1-31/+14
2023-03-22wifi: iwlwifi: mvm: fix mvmtxq->stopped handlingJohannes Berg1-1/+4
2023-03-15wifi: iwlwifi: mvm: add an unassign_vif_chanctx() callback for MLD modeMiri Korenblit1-3/+3
2023-03-15wifi: iwlwifi: mvm: refactor __iwl_mvm_unassign_vif_chanctx()Miri Korenblit1-18/+35
2023-03-15wifi: iwlwifi: mvm: add an assign_vif_chanctx() callback for MLD modeMiri Korenblit1-5/+4
2023-03-15wifi: iwlwifi: mvm: refactor __iwl_mvm_assign_vif_chanctx()Miri Korenblit1-11/+36
2023-03-15wifi: iwlwifi: mvm: Add a remove_interface() callback for mld modeMiri Korenblit1-6/+26
2023-03-15wifi: iwlwifi: mvm: Add an add_interface() callback for mld modeMiri Korenblit1-28/+57
2023-03-15wifi: iwlwifi: mvm: add support for the new LINK commandMiri Korenblit1-4/+3
2023-03-15wifi: iwlwifi: mvm: add support for the new MAC CTXT commandMiri Korenblit1-2/+1
2023-03-15wifi: iwlwifi: mvm: Refactor STA_HE_CTXT_CMD sending flowMiri Korenblit1-37/+57
2023-03-07wifi: iwlwifi: mvm: make flush code a bit clearerJohannes Berg1-1/+2
2023-03-07wifi: iwlwifi: mvm: add primary 80 known for EHT radiotapMordechay Goodstein1-1/+26
2023-01-30wifi: iwlwifi: mvm: add minimal EHT rate reportingJohannes Berg1-0/+7
2022-11-28wifi: iwlwifi: mvm: trigger PCI re-enumeration in case of PLDR syncAvraham Stern1-0/+10
2022-11-28wifi: iwlwifi: mvm: support PPE Thresholds for EHTMiri Korenblit1-27/+150
2022-11-28wifi: iwlwifi: mvm: support 320 MHz PHY configurationJohannes Berg1-1/+1
2022-11-10wifi: iwlwifi: mvm: Fix getting the lowest rateIlan Peer1-0/+3
2022-11-10wifi: iwlwifi: mvm: support new key APIJohannes Berg1-2/+15
2022-11-10wifi: iwlwifi: mvm: send TKIP connection status to csmeAvraham Stern1-0/+3
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-14/+13
2022-09-18wifi: iwlwifi: mvm: refactor iwl_mvm_set_sta_rate() a bitJohannes Berg1-13/+12
2022-09-07wifi: iwlwifi: don't spam logs with NSS>2 messagesJason A. Donenfeld1-2/+2
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg1-1/+1
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman1-2/+2
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman1-8/+8
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz1-6/+34
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-1/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-0/+2
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-3/+3
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-14/+14
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-5/+5
2022-05-18iwlwifi: mvm: remove vif_countMiri Korenblit1-14/+3
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-19/+19
2022-03-12Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-141/+220
2022-03-10iwlwifi: mvm: remove cipher scheme supportJohannes Berg1-28/+1
2022-03-10iwlwifi: mvm: add a flag to reduce power command.Ayala Barazani1-1/+3
2022-03-01iwlwifi: don't advertise TWT supportGolan Ben Ami1-1/+0
2022-02-18iwlwifi: mvm: always remove the session protection after associationEmmanuel Grumbach1-4/+1
2022-02-18iwlwifi: mvm: refactor setting PPE thresholds in STA_HE_CTXT_CMDMiri Korenblit1-91/+113
2022-02-18iwlwifi: mvm: support v3 of station HE context commandJohannes Berg1-11/+75
2022-02-18iwlwifi: de-const properly where neededBjoern A. Zeeb1-1/+1
2022-02-18iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg1-11/+7
2022-02-18iwlwifi: prefer WIDE_ID() over iwl_cmd_id()Johannes Berg1-2/+1
2022-02-18iwlwifi: mvm: offload channel switch timing to FWNathan Errera1-0/+26