OSDN Git Service

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)
commit0483eeac59876ac37d4edbabd48727a468416d5b
tree53529fe082caeb04e5170ce2227c71393710da01
parent6e045905d1786f62cb3f7ddc6c987f7dc3ad8ed6
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