On Monday 29 October 2007 11:19:15 Johannes Berg wrote: > - 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. -Michael Wu
Attachment:
signature.asc
Description: This is a digitally signed message part.