Search Linux Wireless

Re: [PATCH] {nl,cfg,mac}80211: Enable control quality monitoring for mesh

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

 



On Thu, Feb 23, 2012 at 9:21 PM, Javier Cardona <javier@xxxxxxxxxxx> wrote:
> The logic and the order are wrong.  This needs to be:
>
> +        if (sdata->u.mgd.associated &&
> +        if (sdata->vif.type == NL80211_IFTYPE_STATION &&
>              sdata->u.mgd.associated &&

Sorry, I meant

-        if (sdata->u.mgd.associated &&
+        if (sdata->vif.type == NL80211_IFTYPE_STATION &&
+              sdata->u.mgd.associated &&

-- 
Javier Cardona
cozybit Inc.
http://www.cozybit.com
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux