This patch fixes a typo in ieee80211.h: ieee82011_deauth -> ieee80211_deauth
Signed-off-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
This commit is contained in:
parent
2759c8d536
commit
604116a32e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue