summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-21wifi: iwlwifi: mvm: check the right csa_activeEmmanuel Grumbach1-1/+4
2023-06-19wifi: iwlwifi: mvm: Don't access vif valid links directlyIlan Peer1-1/+1
2023-06-19wifi: iwlwifi: use array as array argumentJohannes Berg1-1/+1
2023-06-19wifi: iwlwifi: mvm: store WMM params per linkJohannes Berg1-4/+9
2023-06-19wifi: iwlwifi: mvm: add a NULL pointer checkJohannes Berg1-1/+5
2023-06-06wifi: iwlwifi: mvm: adjust csa notifications and commands to MLOGregory Greenman1-13/+38
2023-06-06wifi: iwlwifi: mvm: update the FW apis for LINK and MAC commandsEmmanuel Grumbach1-7/+7
2023-06-06wifi: iwlwifi: mvm: use link ID in missed beacon notificationYedidya Benshimol1-6/+23
2023-04-18wifi: iwlwifi: mvm: update mac id managementGregory Greenman1-9/+13
2023-04-17wifi: iwlwifi: mvm: fix getting lowest TX rate for MLOJohannes Berg1-2/+29
2023-04-14wifi: iwlwifi: mvm: Fix setting the rate for non station casesIlan Peer1-4/+6
2023-04-14wifi: iwlwifi: mvm: make iwl_mvm_mac_ctxt_send_beacon() staticJohannes Berg1-4/+4
2023-03-30wifi: iwlwifi: mvm: add fw link id allocationGregory Greenman1-1/+5
2023-03-30wifi: iwlwifi: mvm: add link_conf parameter for add/remove/change linkGregory Greenman1-19/+27
2023-03-30wifi: iwlwifi: mvm: adjust mld_mac_ctxt_/beacon_changed() for MLOGregory Greenman1-9/+15
2023-03-30wifi: iwlwifi: mvm: vif preparation for MLOGregory Greenman1-14/+14
2023-03-15wifi: iwlwifi: mvm: add support for the new LINK commandMiri Korenblit1-15/+11
2023-03-15wifi: iwlwifi: mvm: add support for the new MAC CTXT commandMiri Korenblit1-12/+12
2023-03-15wifi: iwlwifi: mvm: Refactor MAC_CONTEXT_CMD sending flowMiri Korenblit1-123/+197
2023-03-15wifi: iwlwifi: yoyo: Add driver defined dump file nameMukesh Sisodiya1-22/+39
2023-03-07wifi: iwlwifi: mvm: avoid UB shift of snif_queueJohannes Berg1-1/+9
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-8/+52
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-10wifi: iwlwifi: mvm: Fix getting the lowest rateIlan Peer1-8/+52
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-6/+6
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-5/+5
2022-05-18iwlwifi: mvm: always tell the firmware to accept MCAST frames in BSSEmmanuel Grumbach1-7/+6
2022-05-18iwlwifi: mvm: clean up authorized conditionJohannes Berg1-20/+3
2022-02-18iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg1-8/+5
2022-02-18iwlwifi: mvm: offload channel switch timing to FWNathan Errera1-0/+37
2021-10-28iwlwifi: rename CHANNEL_SWITCH_NOA_NOTIF to CHANNEL_SWITCH_START_NOTIFNathan Errera1-3/+3
2021-10-22iwlwifi: mvm: set BT-coex high priority for 802.1X/4-way-HSJohannes Berg1-0/+6
2021-10-22iwlwifi: mvm: Support new version of BEACON_TEMPLATE_CMD.Miri Korenblit1-6/+21
2021-10-22iwlwifi: mvm: Add support for new rate_n_flags in tx_cmd.Miri Korenblit1-2/+3
2021-10-22iwlwifi: mvm: update definitions due to new rate & flagsMiri Korenblit1-1/+1
2021-08-26iwlwifi: mvm: support broadcast TWT aloneShaul Triebitz1-8/+7
2021-08-26iwlwifi: mvm: introduce iwl_stored_beacon_notif_v3Gregory Greenman1-3/+23
2021-08-26iwlwifi: mvm: fix a memory leak in iwl_mvm_mac_ctxt_beacon_changedZhang Qilong1-1/+3
2021-08-26iwlwifi: mvm: set BROADCAST_TWT_SUPPORTED in MAC policyShaul Triebitz1-1/+4
2021-02-05iwlwifi: mvm: add notification size checksJohannes Berg1-9/+9
2020-12-11iwlwifi: mvm: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-62/+6
2020-12-10iwlwifi: follow the new inclusive terminologyEmmanuel Grumbach1-5/+5
2020-12-10iwlwifi: mvm: add support for 6GHzLuca Coelho1-0/+17
2020-11-07wireless: remove unneeded breakTom Rix1-2/+0
2020-10-08iwlwifi: mvm: re-enable TX after channel switchSara Sharon1-3/+1
2020-10-08iwlwifi: mvm: get number of stations from TLVNathan Errera1-1/+1