dect
/
linux-2.6
Archived
13
0
Fork 0

[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 <jketreno@linux.intel.com>

NOTE: This patch requires drivers using abg_ture to be updated.
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
This commit is contained in:
James Ketrenos 2005-09-13 17:48:54 -05:00 committed by Jeff Garzik
parent 262d8e4677
commit 3bc5ed6842
1 changed files with 1 additions and 1 deletions

View 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;