Skip to content

Commit 0d4649b

Browse files
PugzAreCutemanio
authored andcommitted
config: fix ax detection
Signed-off-by: PugzAreCute <[email protected]>
1 parent 7a55cf6 commit 0d4649b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ fn get_latest_wifi_version() -> std::io::Result<u16> {
185185
// for checking 6GHz: filter_iw_list("5955.0 MHz")
186186
// We don't use this right now. This is for future expansion with Wi-Fi 6E devices
187187

188-
if filter_iw_list("HE Iftypes: AP")? {
188+
if filter_iw_list("HE PHY Capabilities")? {
189189
// 802.11ax
190190
Ok(6)
191191
} else if filter_iw_list("VHT Capabilities")? {

0 commit comments

Comments
 (0)