Commit 604116a3 authored by Michael Wu's avatar Michael Wu Committed by James Ketrenos

This patch fixes a typo in ieee80211.h: ieee82011_deauth -> ieee80211_deauth

Signed-off-by: default avatarMichael Wu <flamingice@sourmilk.net>
Signed-off-by: default avatarJames Ketrenos <jketreno@linux.intel.com>
parent 2759c8d5
......@@ -613,7 +613,7 @@ struct ieee80211_disassoc {
} __attribute__ ((packed));
/* Alias deauth for disassoc */
#define ieee82011_deauth ieee80211_disassoc
#define ieee80211_deauth ieee80211_disassoc
struct ieee80211_probe_request {
struct ieee80211_hdr_3addr header;
......
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