Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 2759c8d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -613,7 +613,7 @@ struct ieee80211_disassoc {
} __attribute__ ((packed));
} __attribute__ ((packed));


/* Alias deauth for disassoc */
/* Alias deauth for disassoc */
#define ieee82011_deauth ieee80211_disassoc
#define ieee80211_deauth ieee80211_disassoc


struct ieee80211_probe_request {
struct ieee80211_probe_request {
	struct ieee80211_hdr_3addr header;
	struct ieee80211_hdr_3addr header;