Search Linux Wireless

Re: [RFC 7/9] nl80211/cfg80211: add DFS feature flag

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

 



On 1/26/2012 4:38 AM, Victor Goldenshtein wrote:
+static int nl80211_put_feature_flags(struct wiphy *wiphy,
+				     struct sk_buff *msg)
+{
+	if (wiphy->flags&  WIPHY_FLAG_SUPPORTS_DFS)
+		wiphy->features |= NL80211_FEATURE_DFS;
+
+
+	NLA_PUT_U32(msg, NL80211_ATTR_FEATURE_FLAGS, wiphy->features);
+
+	return 0;
+nla_put_failure:
+	return -ENOBUFS;
+}

I think you misunderstood the new feature flags -- they're supposed to be set by the driver directly, not indirectly via wiphy->flags.

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