• Jakub Kicinski's avatar
    Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless · 300fbb24
    Jakub Kicinski authored
    Johannes Berg says:
    
    ====================
    wireless fixes:
     - debugfs had a deadlock (removal vs. use of files),
       fixes going through wireless ACKed by Greg
     - support for HT STAs on 320 MHz channels, even if it's
       not clear that should ever happen (that's 6 GHz), best
       not to WARN()
     - fix for the previous CQM fix that broke most cases
     - various wiphy locking fixes
     - various small driver fixes
    
    * tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless:
      wifi: mac80211: use wiphy locked debugfs for sdata/link
      wifi: mac80211: use wiphy locked debugfs helpers for agg_status
      wifi: cfg80211: add locked debugfs wrappers
      debugfs: add API to allow debugfs operations cancellation
      debugfs: annotate debugfs handlers vs. removal with lockdep
      debugfs: fix automount d_fsdata usage
      wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_cap
      wifi: avoid offset calculation on NULL pointer
      wifi: cfg80211: hold wiphy mutex for send_interface
      wifi: cfg80211: lock wiphy mutex for rfkill poll
      wifi: cfg80211: fix CQM for non-range use
      wifi: mac80211: do not pass AP_VLAN vif pointer to drivers during flush
      wifi: iwlwifi: mvm: fix an error code in iwl_mvm_mld_add_sta()
      wifi: mt76: mt7925: fix typo in mt7925_init_he_caps
      wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC config
    ====================
    
    Link: https://lore.kernel.org/r/20231129150809.31083-3-johannes@sipsolutions.netSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
    300fbb24
file.c 41.5 KB