Skip to content

Commit

Permalink
[PATCH] ieee80211 Fixed type-o of abg_ture -> abg_true
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
James Ketrenos authored and Jeff Garzik committed Sep 16, 2005
1 parent 262d8e4 commit 3bc5ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/ieee80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3bc5ed6

Please sign in to comment.