]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: replace ieee80211_ie_split() with an inline
authorJohannes Berg <johannes.berg@intel.com>
Fri, 23 Oct 2015 07:50:03 +0000 (09:50 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 4 Dec 2015 13:43:32 +0000 (14:43 +0100)
commit92ca1d4b025f4621c3df91f79854ec331793ca7d
tree53529fe082caeb04e5170ce2227c71393710da01
parent5a27b076b95ebc10e1cb156923d4b32cf9779655
cfg80211: replace ieee80211_ie_split() with an inline

The function is a very simple wrapper around another one,
just adds a few default parameters, so replace it with a
static inline instead of using EXPORT_SYMBOL, reducing
the module size slightly.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/wireless/util.c