aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 35afe973d46b..4c748935ce5f 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1147,8 +1147,10 @@ struct wireless_dev {
1147 1147
1148#ifdef CONFIG_WIRELESS_EXT 1148#ifdef CONFIG_WIRELESS_EXT
1149 /* wext data */ 1149 /* wext data */
1150 struct cfg80211_ibss_params wext; 1150 struct {
1151 u8 wext_bssid[ETH_ALEN]; 1151 struct cfg80211_ibss_params ibss;
1152 u8 bssid[ETH_ALEN];
1153 } wext;
1152#endif 1154#endif
1153}; 1155};
1154 1156