summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-03-30wifi: iwlwifi: mvm: implement link change opsJohannes Berg4-15/+187
2023-03-30wifi: iwlwifi: mvm: adjust some cleanup functions to MLOGregory Greenman1-7/+25
2023-03-30wifi: iwlwifi: mvm: refactor iwl_mvm_mac_sta_state_common()Gregory Greenman6-246/+671
2023-03-30wifi: iwlwifi: mvm: update iwl_mvm_tx_reclaim() for MLOGregory Greenman1-6/+5
2023-03-30wifi: iwlwifi: mvm: adjust to MLO assign/unassign/switch_vif_chanctx()Gregory Greenman3-47/+61
2023-03-30wifi: iwlwifi: mvm: add fw link id allocationGregory Greenman8-22/+121
2023-03-30wifi: iwlwifi: mvm: adjust internal stations to MLOGregory Greenman3-29/+47
2023-03-30wifi: iwlwifi: mvm: replace bss_info_changed() with vif_cfg/link_info_changed()Gregory Greenman4-100/+206
2023-03-30wifi: iwlwifi: mvm: add link_conf parameter for add/remove/change linkGregory Greenman5-74/+118
2023-03-30wifi: iwlwifi: mvm: don't check dtim_period in new APIJohannes Berg1-3/+1
2023-03-30wifi: iwlwifi: mvm: adjust SMPS for MLOGregory Greenman7-29/+73
2023-03-30wifi: iwlwifi: mvm: add set_hw_timestamp to mld opsAvraham Stern3-3/+7
2023-03-30wifi: iwlwifi: mvm: add link to firmware earlierJohannes Berg4-85/+133
2023-03-30wifi: iwlwifi: mvm: adjust some PS and PM methods to MLDGregory Greenman4-9/+50
2023-03-30wifi: iwlwifi: mvm: adjust mld_mac_ctxt_/beacon_changed() for MLOGregory Greenman7-47/+115
2023-03-30wifi: iwlwifi: mvm: adjust smart fifo configuration to MLOGregory Greenman1-5/+27
2023-03-30wifi: iwlwifi: mvm: align to the LINK cmd update in the FWMiri Korenblit3-42/+37
2023-03-30wifi: iwlwifi: mvm: always use the sta->addr as the peers addrMiri Korenblit1-7/+2
2023-03-30wifi: iwlwifi: mvm: modify link instead of removing it during csaMiri Korenblit1-6/+12
2023-03-30wifi: iwlwifi: mvm: fix crash on queue removal for MLD API tooMiri Korenblit1-13/+5
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 Korenblit4-119/+334
2023-03-30wifi: iwlwifi: mvm: add support for post_channel_switch in MLD modeMiri Korenblit3-4/+9
2023-03-30wifi: iwlwifi: mvm: unite sta_modify_disable_tx flowsMiri Korenblit5-23/+47
2023-03-30wifi: iwlwifi: mvm: add cancel/remain_on_channel for MLD modeMiri Korenblit7-6/+142
2023-03-30wifi: iwlwifi: mvm: refactor iwl_mvm_roc()Miri Korenblit1-44/+56
2023-03-30wifi: iwlwifi: mvm: add some new MLD opsMiri Korenblit5-80/+446
2023-03-30wifi: iwlwifi: mvm: add sta handling flows for MLD modeMiri Korenblit6-25/+333
2023-03-30wifi: iwlwifi: mvm: add an indication that the new MLD API is usedMiri Korenblit2-0/+4
2023-03-30wifi: iwlwifi: mvm: sta preparation for MLOGregory Greenman13-123/+161
2023-03-30wifi: iwlwifi: mvm: vif preparation for MLOGregory Greenman23-308/+355
2023-03-30wifi: iwlwifi: mvm: Use 64-bit division helper in iwl_mvm_get_crosstimestamp_...Nathan Chancellor1-1/+1
2023-03-24mac80211_hwsim: add PMSR report support via virtioJaewan Kim2-10/+425
2023-03-24mac80211_hwsim: add PMSR abort support via virtioJaewan Kim2-0/+64
2023-03-24mac80211_hwsim: add PMSR request support via virtioJaewan Kim2-1/+215
2023-03-24mac80211_hwsim: add PMSR capability supportJaewan Kim2-0/+133
2023-03-24wifi: iwlwifi: mvm: fix NULL deref in iwl_mvm_mld_disable_txqGregory Greenman1-1/+6
2023-03-22wifi: mac80211_hwsim: EMA supportAloka Dixit1-4/+21
2023-03-22wifi: mac80211_hwsim: Multiple BSSID supportAloka Dixit1-0/+5
2023-03-22wifi: mac80211_hwsim: move beacon transmission to a separate functionAloka Dixit1-25/+36
2023-03-22wifi: iwlwifi: mvm: Add debugfs to get TAS statusAbhishek Naik4-2/+296
2023-03-22wifi: iwlwifi: mvm: support enabling and disabling HW timestampingAvraham Stern5-20/+41
2023-03-22wifi: iwlwifi: Update configurations for Bnj deviceMukesh Sisodiya3-2/+38
2023-03-22wifi: iwlwifi: mvm: refactor iwl_mvm_add_sta(), iwl_mvm_rm_sta()Miri Korenblit1-76/+106
2023-03-22wifi: iwlwifi: mvm: remove not needed initializationsMiri Korenblit1-10/+0
2023-03-22wifi: iwlwifi: mvm: refactor iwl_mvm_sta_send_to_fw()Miri Korenblit1-49/+67
2023-03-22wifi: iwlwifi: mvm: refactor iwl_mvm_staMiri Korenblit1-1/+1
2023-03-22wifi: iwlwifi: mvm: refactor iwl_mvm_cfg_he_sta()Miri Korenblit1-140/+147
2023-03-22wifi: iwlwifi: mvm: Don't send MAC CTXT cmd after deauthorizationMiri Korenblit1-10/+3
2023-03-22wifi: iwlwifi: mvm: add stop_ap() and leave_ibss() callbacks for MLD modeMiri Korenblit3-6/+48