openwrt/package/network
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
..
config firewall: update to latest Git HEAD 2019-09-18 10:51:24 +02:00
ipv6 odhcp6c: update to latest git HEAD 2019-09-07 13:11:53 +02:00
services hostapd: declare struct wpa_bss early 2019-09-19 23:43:27 +02:00
utils curl: bump to 7.66.0 2019-09-19 22:23:01 +02:00