commit | a6bcda44843c6dfced0fb973e2607c2a98addfa9 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Sep 19 11:52:43 2017 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Sep 21 11:42:02 2017 +0200 |
tree | 08b15eaa65ccbd30a67002263bc9a2de383c93a1 | |
parent | 62b093b375e3c10ff39896f2a172146cf5df529f [diff] |
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>