openwrt/package/network/services
Andre Heider 2d36f60d88 hostapd: fix 350-nl80211_del_beacon_bss.patch
Pass the expected struct:

../src/drivers/driver_nl80211.c: In function 'wpa_driver_nl80211_del_beacon':
../src/drivers/driver_nl80211.c:2945:31: warning: passing argument 1 of 'nl80211_bss_msg' from incompatible pointer type [-Wincompatible-pointer-types]
 2945 |         msg = nl80211_bss_msg(drv, 0, NL80211_CMD_DEL_BEACON);
      |                               ^~~
      |                               |
      |                               struct wpa_driver_nl80211_data *
../src/drivers/driver_nl80211.c:695:50: note: expected 'struct i802_bss *' but argument is of type 'struct wpa_driver_nl80211_data *'
  695 | struct nl_msg * nl80211_bss_msg(struct i802_bss *bss, int flags, uint8_t cmd)
      |                                 ~~~~~~~~~~~~~~~~~^~~

Fixes: 35ff1affe8 "hostapd: update to 2022-05-08"
Signed-off-by: Andre Heider <a.heider@gmail.com>
2022-12-13 10:54:50 +01:00
..
bridger bridger: add bridge forwarding accelerator 2022-04-06 14:13:26 +02:00
dnsmasq dnsmasq: add option to expose additional paths to jail 2022-11-27 14:06:08 +00:00
dropbear dropbear: cherry-pick upstream commit 544f28a0 2022-06-27 00:57:15 +02:00
ead ead: fix resource leak in tinysrp 2020-01-05 19:36:46 +01:00
hostapd hostapd: fix 350-nl80211_del_beacon_bss.patch 2022-12-13 10:54:50 +01:00
ipset-dns build: prefer HTTPS if available (for packages) 2022-10-05 17:37:07 +02:00
lldpd lldpd: update to 1.0.16 2022-11-18 20:27:52 +01:00
odhcpd odhcpd: update to git HEAD 2022-10-31 17:56:10 +01:00
omcproxy omcproxy: bump to git HEAD 2021-11-04 15:04:45 +02:00
ppp ppp: use modprobe in place of insmod 2022-09-27 17:16:42 +02:00
relayd relayd: bump to version 2020-04-25 2020-04-26 13:00:36 +01:00
uhttpd uhttpd: use procd to reload on acme renew 2022-11-04 16:21:00 +01:00
umdns umdns: add missing syscall to seccomp filter 2022-08-05 14:10:42 +02:00
unetd unetd: add missing init script 2022-09-16 22:02:28 +02:00
ustp ustp: update to the latest version 2021-09-21 19:43:20 +02:00