lede/package
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
..
base-files system.ntp.enable_server default (#10158) 2022-09-20 19:50:09 +08:00
boot mediatek: filogic: use WPS button instead of RST on BPi-R3 2022-09-19 21:50:39 +08:00
devel gdb: Update gdb to version 11.2 (#8954) 2022-02-27 01:50:07 +08:00
firmware linux-firmware: package MediaTek MT792[12] Bluetooth firmware 2022-09-28 00:33:02 +08:00
kernel mac80211: fix compile error when mesh is disabled 2022-10-05 11:38:10 +08:00
lean autocore: ethinfo: rewritten in lua 2022-09-21 18:12:59 +08:00
libs libubox: bump to git HEAD 2022-10-02 19:56:34 +08:00
network uhttpd: update to latest Git HEAD 2022-10-02 21:21:07 +08:00
qat openssl-qat: fix openssl-qat build 2022-04-25 19:02:30 +08:00
qca ipq807x: fix nss ecm support in kernel 5.15 2022-09-14 01:19:04 +08:00
system rpcd: reload rpcd on installation of rpcd-mod-* 2022-10-04 11:27:07 +08:00
utils sdk: add spidev-test to the bundle of userspace sources 2022-07-20 17:42:22 +08:00
Makefile add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00