openwrt/package
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
..
base-files base-files: Actually set default name 2022-09-22 21:37:45 +02:00
boot uboot-mvebu: backport LibreSSL patches for older version of LibreSSL 2022-10-02 20:22:54 +02:00
devel trace-cmd: update to v3.1.3 2022-10-02 20:22:54 +02:00
firmware ipq40xx: Add ZTE MF289F 2022-09-24 23:53:53 +02:00
kernel mac80211: fix compile error when mesh is disabled 2022-10-04 11:22:29 +02:00
libs treewide: fix security issues by bumping all packages using libwolfssl 2022-10-03 17:52:06 +02:00
network treewide: fix security issues by bumping all packages using libwolfssl 2022-10-03 17:52:06 +02:00
system rpcd: update to latest Git HEAD 2022-09-16 15:15:20 +02:00
utils treewide: fix security issues by bumping all packages using libwolfssl 2022-10-03 17:52:06 +02:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00