Skip to content

Commit 7a5d882

Browse files
committed
macOS: fix building with old xcode
Makes homebrew happy Homebrew/homebrew-core#119329
1 parent 5599335 commit 7a5d882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/wifi/wifi_apple.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
case kCWPHYMode11ac:
6161
ffStrbufAppendS(&item->conn.phyType, "802.11ac (Wi-Fi 5)");
6262
break;
63-
case kCWPHYMode11ax:
63+
case 6 /*kCWPHYMode11ax*/:
6464
ffStrbufAppendS(&item->conn.phyType, "802.11ax (Wi-Fi 6)");
6565
break;
6666
case 7 /*kCWPHYMode11be?*/:

0 commit comments

Comments
 (0)