lede/package/kernel/mac80211/patches
Koen Vandeputte 60dc2c9b7c 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-05 11:38:10 +08:00
..
ath mac80211: bump to 5.15.33-1 2022-07-08 12:44:37 +08:00
ath5k mac80211: update to 5.15.8-1 2022-03-29 15:09:20 +08:00
ath9k mac80211: bump to 5.15.33-1 2022-07-08 12:44:37 +08:00
ath10k mac80211: fix ath10k 5.19 support 2022-08-25 02:55:42 +08:00
ath11k mac80211: bump to 5.15.33-1 2022-07-08 12:44:37 +08:00
brcm mac80211: fix brcm patch 5.15 support 2022-08-13 08:58:04 +00:00
build mac80211: add rtl8723bs for kernel 5.18 support for Ryan 2022-07-11 02:43:03 +08:00
mwl mac80211: update to 5.15.8-1 2022-03-29 15:09:20 +08:00
rt2x00 mac80211: rt2x00: fix typo 2022-09-18 21:30:20 +08:00
rtl mac80211: add rtl8821cu chipset support in rtw88 2022-08-18 23:44:47 +08:00
subsys mac80211: fix compile error when mesh is disabled 2022-10-05 11:38:10 +08:00