Commit 16414284 authored by Chen Lin's avatar Chen Lin Committed by Greg Kroah-Hartman

staging: wlan-ng: Remove unused function pointer typedef freebuf_method_t

Remove the 'freebuf_method_t' typedef as it is not used.
Signed-off-by: default avatarChen Lin <chen.lin5@zte.com.cn>
Link: https://lore.kernel.org/r/1613447646-4678-1-git-send-email-chen45464546@163.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5bc510b2
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment