diff options
-rw-r--r-- | include/net/cfg80211.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 71847d3c2640..fe49833242d7 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -1270,10 +1270,8 @@ struct wireless_dev { | |||
1270 | #ifdef CONFIG_WIRELESS_EXT | 1270 | #ifdef CONFIG_WIRELESS_EXT |
1271 | /* wext data */ | 1271 | /* wext data */ |
1272 | struct { | 1272 | struct { |
1273 | union { | 1273 | struct cfg80211_ibss_params ibss; |
1274 | struct cfg80211_ibss_params ibss; | 1274 | struct cfg80211_connect_params connect; |
1275 | struct cfg80211_connect_params connect; | ||
1276 | }; | ||
1277 | u8 *ie; | 1275 | u8 *ie; |
1278 | size_t ie_len; | 1276 | size_t ie_len; |
1279 | u8 bssid[ETH_ALEN]; | 1277 | u8 bssid[ETH_ALEN]; |