iwinfo: detect AC PHY for broadcom-wl
[project/iwinfo.git] / iwinfo_wl.c
index 57e4acf00292b4e534886f3b4a511619a5485143..7cbda9679e566456988466d9c73d74d3e75b125d 100644 (file)
@@ -601,6 +601,8 @@ static int wl_get_hwmodelist(const char *ifname, int *buf)
                        case WLC_PHY_TYPE_B:
                                *buf = IWINFO_80211_B;
                                break;
+                       case WLC_PHY_TYPE_AC:
+                               *buf |= IWINFO_80211_AC;
                        case WLC_PHY_TYPE_HT:
                        case WLC_PHY_TYPE_N:
                                *buf |= IWINFO_80211_N;