diff options
Diffstat (limited to 'net/mac80211/util.c')
| -rw-r--r-- | net/mac80211/util.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/mac80211/util.c b/net/mac80211/util.c index 259698de569f..6aef6793d052 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c @@ -1436,7 +1436,7 @@ static int ieee80211_build_preq_ies_band(struct ieee80211_local *local,  			WLAN_EID_SSID_LIST,  			WLAN_EID_CHANNEL_USAGE,  			WLAN_EID_INTERWORKING, -			/* mesh ID can't happen here */ +			WLAN_EID_MESH_ID,  			/* 60 GHz can't happen here right now */  		};  		noffset = ieee80211_ie_split(ie, ie_len, |