Commit 6668c6f2dde1 for kernel

commit 6668c6f2dde1d6693e5c7a512ba2d6b27002644c
Merge: 77da71283cad 017c17925250
Author: Jakub Kicinski <kuba@kernel.org>
Date:   Wed Feb 25 19:54:28 2026 -0800

    Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless

    Johannes Berg says:

    ====================
    A good number of fixes:
     - cfg80211:
       - cancel rfkill work appropriately
       - fix radiotap parsing to correctly reject field 18
       - fix wext (yes...) off-by-one for IGTK key ID
     - mac80211:
       - fix for mesh NULL pointer dereference
       - fix for stack out-of-bounds (2 bytes) write on
         specific multi-link action frames
       - set default WMM parameters for all links
     - mwifiex: check dev_alloc_name() return value correctly
     - libertas: fix potential timer use-after-free
     - brcmfmac: fix crash on probe failure

    * tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless:
      wifi: mac80211: fix NULL pointer dereference in mesh_rx_csa_frame()
      wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfiguration
      wifi: mac80211: set default WMM parameters on all links
      wifi: libertas: fix use-after-free in lbs_free_adapter()
      wifi: mwifiex: Fix dev_alloc_name() return value check
      wifi: brcmfmac: Fix potential kernel oops when probe fails
      wifi: radiotap: reject radiotap with unknown bits
      wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
      wifi: cfg80211: wext: fix IGTK key ID off-by-one
    ====================

    Link: https://patch.msgid.link/20260225113159.360574-3-johannes@sipsolutions.net
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>