Search Linux Wireless

Re: [RFC] mac80211: use IW_AUTH_PRIVACY_INVOKED rather than IW_AUTH_KEY_MGMT

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> > -	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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux