mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-01 19:10:50 -05:00
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:
committed by
James Ketrenos
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;
|
||||
|
||||
Reference in New Issue
Block a user