]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: iwlwifi: mld: fix misspelling of 'established'
authorJohannes Berg <johannes.berg@intel.com>
Mon, 9 Jun 2025 18:21:20 +0000 (21:21 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Wed, 25 Jun 2025 07:57:32 +0000 (10:57 +0300)
This got pretty mangled, fix the spelling.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250609211928.afbb67d4dda9.Id1412d9336740e6101e672b38411641c6e206999@changeid
drivers/net/wireless/intel/iwlwifi/mld/mac80211.c

index 4ba050397632aa273840d13d4570d1534e734f16..9b4bdbf40d4dd02189aa0f5333d16e8750403b6a 100644 (file)
@@ -1468,7 +1468,7 @@ void iwl_mld_mac80211_mgd_prepare_tx(struct ieee80211_hw *hw,
        struct iwl_mld *mld = IWL_MAC80211_GET_MLD(hw);
        u32 duration = IWL_MLD_SESSION_PROTECTION_ASSOC_TIME_MS;
 
-       /* After a successful association the connection is etalibeshed
+       /* After a successful association the connection is established
         * and we can rely on the quota to send the disassociation frame.
         */
        if (info->was_assoc)