projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bc510b
)
staging: wlan-ng: Remove unused function pointer typedef freebuf_method_t
author
Chen Lin
<chen.lin5@zte.com.cn>
Tue, 16 Feb 2021 03:54:06 +0000
(11:54 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:24 +0000
(09:25 +0100)
Remove the 'freebuf_method_t' typedef as it is not used.
Signed-off-by: Chen Lin <chen.lin5@zte.com.cn>
Link:
https://lore.kernel.org/r/1613447646-4678-1-git-send-email-chen45464546@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/p80211conv.h
patch
|
blob
|
history
diff --git
a/drivers/staging/wlan-ng/p80211conv.h
b/drivers/staging/wlan-ng/p80211conv.h
index 827002ca9930caaa6b58f96b1fe15aad6c424b20..15fd635d97701ce99bcd0ca27a76f6ac55febc79 100644
(file)
--- a/
drivers/staging/wlan-ng/p80211conv.h
+++ b/
drivers/staging/wlan-ng/p80211conv.h
@@
-122,9
+122,6
@@
struct p80211_caphdr {
__be32 encoding;
};
-/* buffer free method pointer type */
-typedef void (*freebuf_method_t) (void *buf, int size);
-
struct p80211_metawep {
void *data;
u8 iv[4];