OSDN Git Service

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)
commitd75bb06b61cb69ee6223d791d3bb230e68623b20
treea395b7335718bcafbd87275bb148169ed708666c
parent1803f594cbf9bb2e662ac945038113d0d0cc5e89
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