diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-02-25 08:11:36 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-02-25 17:27:28 +0100 |
commit | e126a1e4137f5c7fba00e762369eb30a16f8fbf4 (patch) | |
tree | 61f26b87ad2940dc71bea40634d0174e291893a7 /scripts/make-ipkg-dir.sh | |
parent | 68a20d86313a58128cc8c17a58d5bd38c603c673 (diff) | |
download | upstream-e126a1e4137f5c7fba00e762369eb30a16f8fbf4.tar.gz upstream-e126a1e4137f5c7fba00e762369eb30a16f8fbf4.tar.bz2 upstream-e126a1e4137f5c7fba00e762369eb30a16f8fbf4.zip |
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>
Diffstat (limited to 'scripts/make-ipkg-dir.sh')
0 files changed, 0 insertions, 0 deletions