From: James K. <jke...@li...> - 2005-09-13 22:49:03
|
[PATCH 14/29] Fixed type-o of abg_ture -> abg_true. Signed-off-by: James Ketrenos <jke...@li...> NOTE: This patch requires drivers using abg_ture to be updated. --- include/net/ieee80211.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 152d1f196a83da2e2188f08892f4157ef9670826 diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h @@ -714,7 +714,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; |