From: James Ketrenos Date: Tue, 13 Sep 2005 22:48:54 +0000 (-0500) Subject: [PATCH] ieee80211 Fixed type-o of abg_ture -> abg_true X-Git-Tag: v2.6.16.28-rc1~3480^2~1^2~121 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3bc5ed684253f407b1567799d13cb06a0d86fe80;p=karo-tx-linux.git [PATCH] ieee80211 Fixed type-o of abg_ture -> abg_true [PATCH 14/29] Fixed type-o of abg_ture -> abg_true. Signed-off-by: James Ketrenos NOTE: This patch requires drivers using abg_ture to be updated. Signed-off-by: Jeff Garzik --- diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 27374c27c408..2d9c679cf6b6 100644 --- 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_ture; /* ABG flag */ + int abg_true; /* ABG flag */ int perfect_rssi; int worst_rssi;