mirror of https://github.com/aredn/aredn.git
16 lines
433 B
Diff
16 lines
433 B
Diff
--- /dev/null
|
|
+++ n/package/kernel/ath10k-ct/patches/999-0003-ath10k-scan-channels.patch
|
|
@@ -0,0 +1,12 @@
|
|
+--- a/ath10k-5.15/wmi.h
|
|
++++ b/ath10k-5.15/wmi.h
|
|
+@@ -3406,7 +3406,7 @@
|
|
+ u32 n_bssids;
|
|
+
|
|
+ u8 ie[WLAN_SCAN_PARAMS_MAX_IE_LEN];
|
|
+- u16 channels[64];
|
|
++ u16 channels[256];
|
|
+ struct wmi_ssid_arg ssids[WLAN_SCAN_PARAMS_MAX_SSID];
|
|
+ struct wmi_bssid_arg bssids[WLAN_SCAN_PARAMS_MAX_BSSID];
|
|
+ struct wmi_mac_addr mac_addr;
|
|
+
|