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:
262d8e4
)
[PATCH] ieee80211 Fixed type-o of abg_ture -> abg_true
author
James Ketrenos
<jketreno@linux.intel.com>
Tue, 13 Sep 2005 22:48:54 +0000
(17:48 -0500)
committer
Jeff Garzik
<jgarzik@pobox.com>
Fri, 16 Sep 2005 07:15:57 +0000
(
03:15
-0400)
[PATCH 14/29] Fixed type-o of abg_ture -> abg_true.
Signed-off-by: James Ketrenos <jketreno@linux.intel.com>
NOTE: This patch requires drivers using abg_ture to be updated.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
include/net/ieee80211.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/ieee80211.h
b/include/net/ieee80211.h
index 27374c27c408675ea28f79b5b0c2ccafce059fac..2d9c679cf6b6a1b275497df8fb2863703f31697c 100644
(file)
--- a/
include/net/ieee80211.h
+++ b/
include/net/ieee80211.h
@@
-696,7
+696,7
@@
struct ieee80211_device {
int mode; /* A, B, G */
int modulation; /* CCK, OFDM */
int freq_band; /* 2.4Ghz, 5.2Ghz, Mixed */
- int abg_t
ur
e; /* ABG flag */
+ int abg_t
ru
e; /* ABG flag */
int perfect_rssi;
int worst_rssi;