[PATCH] ieee80211 Fixed type-o of abg_ture -> abg_true
authorJames Ketrenos <jketreno@linux.intel.com>
Tue, 13 Sep 2005 22:48:54 +0000 (17:48 -0500)
committerJeff 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

index 27374c2..2d9c679 100644 (file)
@@ -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;