diff options
Diffstat (limited to 'include/net/lib80211.h')
-rw-r--r-- | include/net/lib80211.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/lib80211.h b/include/net/lib80211.h index be95b9262801..aab0f427edb5 100644 --- a/include/net/lib80211.h +++ b/include/net/lib80211.h | |||
@@ -32,11 +32,6 @@ | |||
32 | #include <linux/timer.h> | 32 | #include <linux/timer.h> |
33 | #include <linux/seq_file.h> | 33 | #include <linux/seq_file.h> |
34 | 34 | ||
35 | /* print_ssid() is intended to be used in debug (and possibly error) | ||
36 | * messages. It should never be used for passing ssid to user space. */ | ||
37 | const char *print_ssid(char *buf, const char *ssid, u8 ssid_len); | ||
38 | #define DECLARE_SSID_BUF(var) char var[IEEE80211_MAX_SSID_LEN * 4 + 1] __maybe_unused | ||
39 | |||
40 | #define NUM_WEP_KEYS 4 | 35 | #define NUM_WEP_KEYS 4 |
41 | 36 | ||
42 | enum { | 37 | enum { |