Fix a typo. --- ieee80211-1.0.1-chuyee/net/ieee80211.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN net/ieee80211.h~abg_ture-typo net/ieee80211.h --- ieee80211-1.0.1/net/ieee80211.h~abg_ture-typo 2005-07-13 15:29:18.000000000 +0800 +++ ieee80211-1.0.1-chuyee/net/ieee80211.h 2005-07-13 15:29:32.000000000 +0800 @@ -844,7 +844,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; _