> > - if (ieee80211_sta_wep_configured(dev) != > > - !!(bss->capability & WLAN_CAPABILITY_PRIVACY)) > > + privacy = !!(bss->capability & WLAN_CAPABILITY_PRIVACY); > > + if ((ieee80211_sta_wep_configured(dev) != privacy) && > > + !!((ifsta->flags & IEEE80211_STA_PRIVACY_INVOKED) != privacy)) > !! for the wrong set of parenthesis, AFAICT. Oops, you're right, will resend. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part