1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00
openwrt/package
Leon M. George f974f8213b hostapd: declare struct wpa_bss early
wps_supplicant.h assumes that 'struct wpa_bss' is forward declared if
CONFIG_WPS is not defined.  With the later inclusion of
600-ubus_support, the issue manifests in warnings like these:

wps_supplicant.h:113:15: warning: 'struct wpa_bss' declared inside parameter list will not be visible outside of this definition or declaration
        struct wpa_bss *bss)
               ^~~~~~~

This patch forward declares 'struct wpa_bss' regardless.

Signed-off-by: Leon M. George <leon@georgemail.eu>
[commit message facelift]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-09-19 23:43:27 +02:00
..
base-files base-files: provide option to specify label MAC address in board.d 2019-09-19 23:43:27 +02:00
boot uboot-fritz4040: build with ipq40xx "generic" subtarget 2019-09-06 08:33:30 +00:00
devel perf: simplify the build process 2019-07-17 12:16:29 +02:00
firmware ath10k-firmware: update Candela Tech firmware images 2019-09-15 22:56:09 +02:00
kernel brcm2708-gpu-fw: update to latest firmware 2019-09-19 17:37:43 +02:00
libs openssl: bump to 1.1.1d 2019-09-19 21:28:53 +02:00
network hostapd: declare struct wpa_bss early 2019-09-19 23:43:27 +02:00
system procd: fix invalid JSON filter expression in procd_running() 2019-09-19 07:20:32 +02:00
utils px5g: support EC keys 2019-09-01 00:34:30 +02:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00