openwrt/package/kernel/mac80211/patches
Koen Vandeputte 45109f69a6 mac80211: fix compile error when mesh is disabled
This fixes following compile error seen when
building mac80211 with mesh disabled:

.../backports-5.15.58-1/net/mac80211/agg-rx.c: In function 'ieee80211_send_addba_resp':
...backports-5.15.58-1/net/mac80211/agg-rx.c:255:17: error: 'struct sta_info' has no member named 'mesh'
  255 |         if (!sta->mesh)
      |                 ^~

sta_info.h shows this item as being optional based on flags:

	struct mesh_sta *mesh;

Guard the check to fix this.

Fixes: f96744ba6b ("mac80211: mask nested A-MSDU support for mesh")
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
2022-10-04 11:22:29 +02:00
..
ath mac80211: Update to version 5.15.58-1 2022-07-31 16:22:08 +02:00
ath5k mac80211: Update to version 5.12.19-1 2021-10-23 23:17:28 +02:00
ath9k mac80211: Update to version 5.15.58-1 2022-07-31 16:22:08 +02:00
ath10k mac80211: Update to version 5.15.58-1 2022-07-31 16:22:08 +02:00
brcm mac80211: Update to version 5.15.58-1 2022-07-31 16:22:08 +02:00
build mac80211: remove broken CFG80211_WEXT select from the r8723bs driver 2022-09-23 18:11:27 +02:00
mwl mac80211: Update to version 5.15.58-1 2022-07-31 16:22:08 +02:00
rt2x00 mac80211: rt2x00: replace patches with v3 of pending series 2022-09-18 20:05:18 +01:00
subsys mac80211: fix compile error when mesh is disabled 2022-10-04 11:22:29 +02:00