]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit45c30d719509f57c222702e7a1bc881db005181a
treea395b7335718bcafbd87275bb148169ed708666c
parentd3b5a9c1d063f1e16fe9e39a444ddff254907913
cfg80211: add extensible feature flag attribute

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