فهرست منبع

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>
Michael Wu 20 سال پیش
والد
کامیت
604116a32e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/net/ieee80211.h

+ 1 - 1
include/net/ieee80211.h

@@ -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;