OSDN Git Service

Merge tag 'wireless-2023-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorJakub Kicinski <kuba@kernel.org>
Fri, 31 Mar 2023 06:44:45 +0000 (23:44 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 31 Mar 2023 06:44:45 +0000 (23:44 -0700)
commit6b36d68cc9bb1fc85bbe54ebe2eb6b2c3beec73d
tree74ff4fefa74ccffb36cbe44e035dd8343a0bb997
parentb2bc47e9b2011a183f9d3d3454a294a938082fb9
parent12b220a6171faf10638ab683a975cadcf1a352d6
Merge tag 'wireless-2023-03-30' of git://git./linux/kernel/git/wireless/wireless

Johannes Berg says:

====================
Just a few fixes:

 * fix size calculation for EHT element to put into SKBs
 * remove erroneous pre-RCU calls for drivers not using sta_state calls
 * fix mesh forwarding and non-forwarding RX
 * fix mesh flow dissection
 * fix a potential NULL dereference on A-MSDU RX w/o station
 * make two variable non-static that really shouldn't be static

* tag 'wireless-2023-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless:
  wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
  wifi: mac80211: fix flow dissection for forwarded packets
  wifi: mac80211: fix mesh forwarding
  wifi: mac80211: fix receiving mesh packets in forwarding=0 networks
  wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()
  wifi: mac80211: fix potential null pointer dereference
  wifi: mac80211: drop bogus static keywords in A-MSDU rx
====================

Link: https://lore.kernel.org/r/20230330203313.919164-1-johannes@sipsolutions.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>