lede/package/kernel
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
..
acx-mac80211 x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
ath10k-ct ath10k-ct/mt76: bump to latest 5.15 git HEAD 2022-03-29 15:09:55 +08:00
bcm27xx-gpu-fw bcm27xx: sync upstream source code (#6435) 2021-02-25 15:44:46 +08:00
bcm63xx-cfe add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00
bpf-headers bpftools: update to standalone bpftools + libbpf, use the latest version 2022-09-15 12:11:45 +08:00
broadcom-wl x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
button-hotplug x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
cryptodev-linux cryptodev-linux: update to 1.12 2021-09-30 16:18:17 +08:00
dtc/patches Merge branch 'master' of https://github.com/lede-project/source 2018-01-09 14:38:15 +08:00
gpio-button-hotplug x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
gpio-nct5104d gpio-nct5104d: simplified makefile 2022-06-15 22:50:05 +08:00
gpio-nxp-74hc153 x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
hwmon-gsc kernel: update dependencies after 'imx6' -> 'imx' rename 2022-01-06 09:57:20 +08:00
ksmbd ksmbd: fixes build on kernel 5.15.52+ 2022-07-05 15:19:00 +08:00
lantiq x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
linux kernel: remove hack patch, move kirkwood specific kmods to target modules.mk 2022-09-30 21:35:47 +08:00
mac80211 mac80211: fix compile error when mesh is disabled 2022-10-05 11:38:10 +08:00
mt76 mt76: update to the latest version 2022-10-02 11:53:30 +08:00
mt7621-qtn-rgmii x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
mtk-eip93 ramips: add Mediatek EIP93 Crypto driver for MT7621 2022-07-08 11:07:52 +08:00
mwlwifi x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
nat46 add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00
om-watchdog x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
rtc-rv5c386a Sync to snapshot kernel 5.4 version 2020-07-02 23:30:56 +08:00
rtl8812au-ct rtl8812au-ct: update driver to be ready for 5.15 2022-04-25 16:38:16 +08:00
trelay x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
ubnt-ledbar kernel: move ubnt ledbar driver to a separate package 2022-09-30 22:26:36 +08:00
xr-usb-serial add support for XR21V141x usb serial chip (#9514) 2022-06-12 03:29:12 +08:00