diff options
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 8fd9eebd0cc9..91f099556ac1 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1361,7 +1361,7 @@ enum wiphy_flags { | |||
1361 | WIPHY_FLAG_4ADDR_AP = BIT(5), | 1361 | WIPHY_FLAG_4ADDR_AP = BIT(5), |
1362 | WIPHY_FLAG_4ADDR_STATION = BIT(6), | 1362 | WIPHY_FLAG_4ADDR_STATION = BIT(6), |
1363 | WIPHY_FLAG_CONTROL_PORT_PROTOCOL = BIT(7), | 1363 | WIPHY_FLAG_CONTROL_PORT_PROTOCOL = BIT(7), |
1364 | WIPHY_FLAG_IBSS_RSN = BIT(7), | 1364 | WIPHY_FLAG_IBSS_RSN = BIT(8), |
1365 | }; | 1365 | }; |
1366 | 1366 | ||
1367 | struct mac_address { | 1367 | struct mac_address { |