commit | 0483eeac59876ac37d4edbabd48727a468416d5b | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Oct 23 09:50:03 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Dec 04 14:43:32 2015 +0100 |
tree | 53529fe082caeb04e5170ce2227c71393710da01 | |
parent | 6e045905d1786f62cb3f7ddc6c987f7dc3ad8ed6 [diff] |
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>