cfg80211: add extensible feature flag attribute
authorGautam Kumar Shukla <gautams@broadcom.com>
Tue, 23 Dec 2014 15:55:19 +0000 (16:55 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 6 Jan 2015 11:10:24 +0000 (12:10 +0100)
With the wiphy::features flag being used up this patch adds a
new field wiphy::ext_features. Considering extensibility this
new field is declared as a byte array. This extensible flag is
exposed to user-space by NL80211_ATTR_EXT_FEATURES.

Cc: Avinash Patil <patila@marvell.com>
Signed-off-by: Gautam (Gautam Kumar) Shukla <gautams@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c

Simple merge
Simple merge
Simple merge