openwrt/package
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
..
base-files base-files: bring back nand_do_upgrade_success 2022-10-30 20:26:12 +00:00
boot sunxi: fix 253-sunxi-h5-add-support-for-nanopi-r1s-h5 patch offset 2022-12-12 09:06:17 +01:00
devel valgrind: update to 3.20.0 2022-11-05 16:29:28 +01:00
firmware cypress-firmware: update to v5.10.9-2022_0909 2022-11-17 16:43:55 +01:00
kernel ath9k: add missing dependency on random core 2022-12-13 10:25:27 +01:00
libs wolfssl: fix build with /dev/crypto 2022-12-11 03:30:14 +01:00
network hostapd: fix 350-nl80211_del_beacon_bss.patch 2022-12-13 10:54:50 +01:00
system iucode-tool: fix compile error with musl libc and USE_CPUID_DEVICE 2022-12-04 13:21:46 +01:00
utils fritz-tools: fritz_tffs_nand: cache already read sector ids 2022-12-07 12:30:23 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00