openwrt/package/kernel/mac80211
Christian Lamparter e126a1e413 mac80211: add #if guards against 5.4 compile failures
Both struct net_device_path_ctx and struct net_device_path
are not available in 5.4. This causes an build error on the
bcm63xx target.

|mac80211/driver-ops.h: In function 'drv_net_fill_forward_path':
|driver-ops.h:1502:57: error: passing argument 4 of
|'local->ops->net_fill_forward_path' from incompatible pointer type
| [-Werror=incompatible-pointer-types]
| 1502 |                          ctx, path);
|      |                          ^~~
|      |                            |
|      |                         struct net_device_path_ctx *

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2022-02-25 17:27:28 +01:00
..
files mac80211: set beamformer/beamformee number of antennas in VHT caps 2021-11-22 13:04:34 +01:00
patches mac80211: add #if guards against 5.4 compile failures 2022-02-25 17:27:28 +01:00
scripts
ath.mk kernel: ath10k: provide a build variant for small RAM devices 2021-12-24 22:15:50 +00:00
broadcom.mk
intel.mk
Makefile kernel: ath10k: provide a build variant for small RAM devices 2021-12-24 22:15:50 +00:00
marvell.mk
ralink.mk
realtek.mk mac80211: add debug compile option for rtw88 devices 2022-02-20 14:26:40 +01:00