diff options
Diffstat (limited to 'net/mac80211/ocb.c')
| -rw-r--r-- | net/mac80211/ocb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/ocb.c b/net/mac80211/ocb.c index 358d5f9d8207..573b81a1fb2d 100644 --- a/net/mac80211/ocb.c +++ b/net/mac80211/ocb.c @@ -179,7 +179,7 @@ int ieee80211_ocb_join(struct ieee80211_sub_if_data *sdata,  {  	struct ieee80211_local *local = sdata->local;  	struct ieee80211_if_ocb *ifocb = &sdata->u.ocb; -	u32 changed = BSS_CHANGED_OCB; +	u32 changed = BSS_CHANGED_OCB | BSS_CHANGED_BSSID;  	int err;  	if (ifocb->joined == true)  |