immortalwrt/package
Koen Vandeputte af228abdae
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>
(cherry picked from commit 45109f69a6)
2022-10-08 14:49:23 +08:00
..
base-files base-files: Actually set default name 2022-09-27 17:10:07 +08:00
boot Merge Official Source 2022-09-03 17:00:49 +08:00
devel Merge Official Source 2021-04-12 02:22:36 +08:00
emortal automount: fix typo error 2022-09-11 10:56:19 +08:00
firmware Merge Official Source 2022-07-29 21:28:06 +08:00
kernel mac80211: fix compile error when mesh is disabled 2022-10-08 14:49:23 +08:00
libs Merge Official Source 2022-10-08 14:31:10 +08:00
network treewide: fix security issues by bumping all packages using libwolfssl 2022-10-05 21:09:50 +02:00
system package: fix cmake packages build with ninja 2022-05-18 12:09:41 +08:00
utils Merge Official Source 2022-10-08 14:31:10 +08:00
Makefile build: fix opkg install step for large package selection 2021-12-31 17:55:29 +01:00