cfg80211: fix WIPHY_FLAG_IBSS_RSN bit

WIPHY_FLAG_IBSS_RSN is BIT(7) as is WIPHY_FLAG_CONTROL_PORT_PROTOCOL. Change
to BIT(8).

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by Jussi Kivilinna and committed by John W. Linville 309075cf 62370e2b

+1 -1
+1 -1
include/net/cfg80211.h
··· 1355 1355 WIPHY_FLAG_4ADDR_AP = BIT(5), 1356 1356 WIPHY_FLAG_4ADDR_STATION = BIT(6), 1357 1357 WIPHY_FLAG_CONTROL_PORT_PROTOCOL = BIT(7), 1358 - WIPHY_FLAG_IBSS_RSN = BIT(7), 1358 + WIPHY_FLAG_IBSS_RSN = BIT(8), 1359 1359 }; 1360 1360 1361 1361 struct mac_address {