diff options
author | Johannes Berg <johannes.berg@intel.com> | 2017-09-19 11:52:43 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-09-21 11:42:02 +0200 |
commit | a6bcda44843c6dfced0fb973e2607c2a98addfa9 (patch) | |
tree | 08b15eaa65ccbd30a67002263bc9a2de383c93a1 /Documentation/driver-api/80211 | |
parent | 62b093b375e3c10ff39896f2a172146cf5df529f (diff) | |
download | linux-a6bcda44843c6dfced0fb973e2607c2a98addfa9.tar.gz linux-a6bcda44843c6dfced0fb973e2607c2a98addfa9.tar.bz2 linux-a6bcda44843c6dfced0fb973e2607c2a98addfa9.zip |
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>
Diffstat (limited to 'Documentation/driver-api/80211')
-rw-r--r-- | Documentation/driver-api/80211/cfg80211.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/driver-api/80211/cfg80211.rst b/Documentation/driver-api/80211/cfg80211.rst index 8ffac57e1f5b..eeab91b59457 100644 --- a/Documentation/driver-api/80211/cfg80211.rst +++ b/Documentation/driver-api/80211/cfg80211.rst @@ -300,9 +300,6 @@ Data path helpers :functions: ieee80211_data_to_8023 .. kernel-doc:: include/net/cfg80211.h - :functions: ieee80211_data_from_8023 - -.. kernel-doc:: include/net/cfg80211.h :functions: ieee80211_amsdu_to_8023s .. kernel-doc:: include/net/cfg80211.h |