Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3bc5ed68 authored by James Ketrenos's avatar James Ketrenos Committed by Jeff Garzik
Browse files

[PATCH] ieee80211 Fixed type-o of abg_ture -> abg_true



[PATCH 14/29] Fixed type-o of abg_ture -> abg_true.

Signed-off-by: default avatarJames Ketrenos <jketreno@linux.intel.com>

NOTE: This patch requires drivers using abg_ture to be updated.
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 262d8e46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;