cfg80211: remove unused function ieee80211_data_from_8023()
authorJohannes Berg <johannes.berg@intel.com>
Tue, 19 Sep 2017 09:52:43 +0000 (11:52 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 21 Sep 2017 09:42:02 +0000 (11:42 +0200)
commita6bcda44843c6dfced0fb973e2607c2a98addfa9
tree08b15eaa65ccbd30a67002263bc9a2de383c93a1
parent62b093b375e3c10ff39896f2a172146cf5df529f
cfg80211: remove unused function ieee80211_data_from_8023()

This function hasn't been used since the removal of iwmc3200wifi
in 2012. It also appears to have a bug when qos=True, since then
it'll copy uninitialized stack memory to the SKB.

Just remove the function entirely.

Reported-by: Jouni Malinen <j@w1.fi>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Documentation/driver-api/80211/cfg80211.rst
include/net/cfg80211.h
net/wireless/util.c