wifi: iwlwifi: mld: remove a TODO

This was already done.

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250828111032.c445b2fc8bce.Ic616d605a4d6f82122466f50022cd046d229de4e@changeid
This commit is contained in:
Miri Korenblit 2025-08-28 11:26:00 +03:00
parent 187b114a2a
commit 8cab67474b

View File

@ -735,12 +735,6 @@ iwl_mld_set_link_sel_data(struct iwl_mld *mld,
u16 max_grade = 0;
unsigned long link_id;
/*
* TODO: don't select links that weren't discovered in the last scan
* This requires mac80211 (or cfg80211) changes to forward/track when
* a BSS was last updated. cfg80211 already tracks this information but
* it is not exposed within the kernel.
*/
for_each_set_bit(link_id, &usable_links, IEEE80211_MLD_MAX_NUM_LINKS) {
struct ieee80211_bss_conf *link_conf =
link_conf_dereference_protected(vif, link_id);