mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
Add patch:
- 001-PASN-Fix-the-compilation-errors-without-CONFIG_PASN.patch
Manually edit patches:
- 110-mbedtls-TLS-crypto-option-initial-port.patch
- 190-hostapd-Fix-hostapd-crash-if-setup-a-iface-with-.patch
- 191-hostapd-add-support-for-specifying-the-link-id-in-th.patch
- 220-indicate-features.patch
- 360-acs_retry.patch
-> Remove the extra check for -EBUSY (see below) because the code we
want to skip is now already guarded by:
https://git.w1.fi/cgit/hostap/commit/?id=af6473761f07ae4f13ef228dec618ca62faf6ef4
```
+ if (ret == -EBUSY)
+ goto fail;
```
- 341-mesh-ctrl-iface-channel-switch.patch
- 600-ubus_support.patch
- 601-ucode_support.patch
-> The patch had this and similar changes:
```
- if (os_strcmp(drv->first_bss->ifname, ifname) != 0) {
+ if (drv->first_bss->ifindex != ifi->ifi_index) {
```
Those changes should be unnecessary due to the commit:
https://git.w1.fi/cgit/hostap/commit/?id=2bf6d85963b9857b411b57cc7949e30ee2cb1216
- 780-Implement-APuP-Access-Point-Micro-Peering.patch
-> Needs adjustement because of Enhanced Privacy Protection (EPP):
https://git.w1.fi/cgit/hostap/commit/?id=1e13ee9c382a5d88c4bb0ffdfaf434fbb31123f3
Remove patch:
- 030-Revert-nl80211-Accept-a-global-nl80211-event-to-a-br.patch
- 060-nl80211-fix-reporting-spurious-frame-events.patch
-> https://git.w1.fi/cgit/hostap/commit/?id=ca266cc24d8705eb1a2a0857ad326e48b1408b20
- 190-hostapd-Fix-hostapd-crash-if-setup-a-iface-with-.patch
-> https://git.w1.fi/cgit/hostap/commit/?id=e275c3dc70e1c2947e02e43aeee6c4f9975c3dc7
- 192-nl80211-cancel-scans-whenever-the-first-bss-is-remov.patch
-> https://git.w1.fi/cgit/hostap/commit/?id=5ce1d41803866782bbd96d575f53d43358a20a2e
- 350-nl80211_del_beacon_bss.patch
-> https://git.w1.fi/cgit/hostap/commit/?id=b777ecb16274235974edb5c1dfcea6abab25f6c4
Tested-By: Daniel Pawlik <pawlik.dan@gmail.com>
Co-developed-by: Agustin Lorenzo <agustin.lorenzo@thinco.es>
Link: https://github.com/openwrt/openwrt/pull/20912
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
||
|---|---|---|
| .. | ||
| 001-PASN-Fix-the-compilation-errors-without-CONFIG_PASN.patch | ||
| 010-mesh-Allow-DFS-channels-to-be-selected-if-dfs-is-ena.patch | ||
| 011-mesh-use-deterministic-channel-on-channel-switch.patch | ||
| 021-fix-sta-add-after-previous-connection.patch | ||
| 050-Fix-OpenWrt-13156.patch | ||
| 051-nl80211-add-extra-ies-only-if-allowed-by-driver.patch | ||
| 052-AP-add-missing-null-pointer-check-in-hostapd_free_ha.patch | ||
| 070-netlink-increase-buffer-size.patch | ||
| 110-mbedtls-TLS-crypto-option-initial-port.patch | ||
| 120-mbedtls-fips186_2_prf.patch | ||
| 130-mbedtls-annotate-with-TEST_FAIL-for-hwsim-tests.patch | ||
| 135-mbedtls-fix-owe-association.patch | ||
| 140-tests-Makefile-make-run-tests-with-CONFIG_TLS.patch | ||
| 150-add-NULL-checks-encountered-during-tests-hwsim.patch | ||
| 160-dpp_pkex-EC-point-mul-w-value-prime.patch | ||
| 161-wpa_supplicant-avoid-stopping-DPP-chirp-when-offchan.patch | ||
| 170-hostapd-update-cfs0-and-cfs1-for-160MHz.patch | ||
| 180-fix_owe_ssid_update.patch | ||
| 191-hostapd-add-support-for-specifying-the-link-id-in-th.patch | ||
| 200-multicall.patch | ||
| 201-lto-jobserver-support.patch | ||
| 211-ctrl-make-WNM_AP-functions-dependant-on-CONFIG_AP.patch | ||
| 212-Move-definition-of-WLAN_SUPP_RATES_MAX-to-defs.h.patch | ||
| 213-wpa_supplicant-fix-warnings.patch | ||
| 220-indicate-features.patch | ||
| 250-hostapd_cli_ifdef.patch | ||
| 251-wpa_cli_ifdef.patch | ||
| 252-disable_ctrl_iface_mib.patch | ||
| 300-noscan.patch | ||
| 301-mesh-noscan.patch | ||
| 310-rescan_immediately.patch | ||
| 320-optional_rfkill.patch | ||
| 341-mesh-ctrl-iface-channel-switch.patch | ||
| 360-acs_retry.patch | ||
| 370-preserve_radio_mask.patch | ||
| 381-hostapd_cli_UNKNOWN-COMMAND.patch | ||
| 400-wps_single_auth_enc_type.patch | ||
| 410-limit_debug_messages.patch | ||
| 460-wpa_supplicant-add-new-config-params-to-be-used-with.patch | ||
| 463-add-mcast_rate-to-11s.patch | ||
| 464-fix-mesh-obss-check.patch | ||
| 465-hostapd-config-support-random-BSS-color.patch | ||
| 470-survey_data_fallback.patch | ||
| 590-rrm-wnm-statistics.patch | ||
| 600-ubus_support.patch | ||
| 601-ucode_support.patch | ||
| 610-hostapd_cli_ujail_permission.patch | ||
| 701-reload_config_inline.patch | ||
| 710-vlan_no_bridge.patch | ||
| 711-wds_bridge_force.patch | ||
| 720-iface_max_num_sta.patch | ||
| 730-ft_iface.patch | ||
| 740-snoop_iface.patch | ||
| 760-dynamic_own_ip.patch | ||
| 761-shared_das_port.patch | ||
| 762-AP-don-t-ignore-probe-requests-with-invalid-DSSS-par.patch | ||
| 763-radius-wispr.patch | ||
| 770-radius_server.patch | ||
| 780-Implement-APuP-Access-Point-Micro-Peering.patch | ||
| 803-hostapd-fix-80211be-build.patch | ||