]> 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)
commit20b2d86702bfc1c38a5593a542e51c9f54b52dcb
tree53529fe082caeb04e5170ce2227c71393710da01
parent28643137ba754253ee8e1c45c082ab0bf5a4a8f8
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