1. 10 Jun, 2023 2 commits
    • Geliang Tang's avatar
      mptcp: export local_address · dc886bce
      Geliang Tang authored
      Rename local_address() with "mptcp_" prefix and export it in protocol.h.
      
      This function will be re-used in the common PM code (pm.c) in the
      following commit.
      Signed-off-by: default avatarGeliang Tang <geliang.tang@suse.com>
      Reviewed-by: default avatarMatthieu Baerts <matthieu.baerts@tessares.net>
      Signed-off-by: default avatarMatthieu Baerts <matthieu.baerts@tessares.net>
      Reviewed-by: default avatarLarysa Zaremba <larysa.zaremba@intel.com>
      Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      dc886bce
    • Jakub Kicinski's avatar
      Merge tag 'wireless-next-2023-06-09' of... · cde11936
      Jakub Kicinski authored
      Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next
      
      Kalle Valo says:
      
      ====================
      wireless-next patches for v6.5
      
      The second pull request for v6.5. We have support for three new
      Realtek chipsets, all from different generations. Shows how active
      Realtek development is right now, even older generations are being
      worked on.
      
      Note: We merged wireless into wireless-next to avoid complex conflicts
      between the trees.
      
      Major changes:
      
      rtl8xxxu
       - RTL8192FU support
      
      rtw89
       - RTL8851BE support
      
      rtw88
       - RTL8723DS support
      
      ath11k
       - Multiple Basic Service Set Identifier (MBSSID) and Enhanced MBSSID
         Advertisement (EMA) support in AP mode
      
      iwlwifi
       - support for segmented PNVM images and power tables
       - new vendor entries for PPAG (platform antenna gain) feature
      
      cfg80211/mac80211
       - more Multi-Link Operation (MLO) support such as hardware restart
       - fixes for a potential work/mutex deadlock and with it beginnings of
         the previously discussed locking simplifications
      
      * tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next: (162 commits)
        wifi: rtlwifi: remove misused flag from HAL data
        wifi: rtlwifi: remove unused dualmac control leftovers
        wifi: rtlwifi: remove unused timer and related code
        wifi: rsi: Do not set MMC_PM_KEEP_POWER in shutdown
        wifi: rsi: Do not configure WoWlan in shutdown hook if not enabled
        wifi: brcmfmac: Detect corner error case earlier with log
        wifi: rtw89: 8852c: update RF radio A/B parameters to R63
        wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (3 of 3)
        wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (2 of 3)
        wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (1 of 3)
        wifi: rtw89: process regulatory for 6 GHz power type
        wifi: rtw89: regd: update regulatory map to R64-R40
        wifi: rtw89: regd: judge 6 GHz according to chip and BIOS
        wifi: rtw89: refine clearing supported bands to check 2/5 GHz first
        wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B
        wifi: rtw89: set TX power without precondition during setting channel
        wifi: rtw89: debug: txpwr table access only valid page according to chip
        wifi: rtw89: 8851b: enable hw_scan support
        wifi: cfg80211: move scan done work to wiphy work
        wifi: cfg80211: move sched scan stop to wiphy work
        ...
      ====================
      
      Link: https://lore.kernel.org/r/87bkhohkbg.fsf@kernel.orgSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
      cde11936
  2. 09 Jun, 2023 38 commits