projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2759c8d
)
This patch fixes a typo in ieee80211.h: ieee82011_deauth -> ieee80211_deauth
author
Michael Wu
<flamingice@sourmilk.net>
Wed, 28 Sep 2005 20:16:46 +0000
(15:16 -0500)
committer
James Ketrenos
<jketreno@linux.intel.com>
Wed, 28 Sep 2005 20:16:46 +0000
(15:16 -0500)
Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
include/net/ieee80211.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/ieee80211.h
b/include/net/ieee80211.h
index 4851756202c5814ef66ea5089bd069f3f176c238..33b595ebef1fddf99c2bd4e57e2c6df08d569404 100644
(file)
--- a/
include/net/ieee80211.h
+++ b/
include/net/ieee80211.h
@@
-613,7
+613,7
@@
struct ieee80211_disassoc {
} __attribute__ ((packed));
/* Alias deauth for disassoc */
-#define ieee8
20
11_deauth ieee80211_disassoc
+#define ieee8
02
11_deauth ieee80211_disassoc
struct ieee80211_probe_request {
struct ieee80211_hdr_3addr header;