aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2008-03-27 19:54:13 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-04-01 17:13:17 -0400
commit3480a58a90cd505578b9979d878a5ad9c347d424 (patch)
treeaf0d9f8103e1a782d78ef522272b838e2d4c92d3 /drivers/net/wireless/rt2x00/rt2x00.h
parent04850a47aa7d03cbf651a91262fdaa9f18373dfc (diff)
rt2x00: fixup some non-functional merge errors
These small changes restore the rt2x00 sources to the way Ivo intended. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r--drivers/net/wireless/rt2x00/rt2x00.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h
index 333484ddb993..30f9f3afdaef 100644
--- a/drivers/net/wireless/rt2x00/rt2x00.h
+++ b/drivers/net/wireless/rt2x00/rt2x00.h
@@ -674,7 +674,7 @@ struct rt2x00_dev {
674 * This will only be compiled in when required. 674 * This will only be compiled in when required.
675 */ 675 */
676#ifdef CONFIG_RT2X00_LIB_RFKILL 676#ifdef CONFIG_RT2X00_LIB_RFKILL
677unsigned long rfkill_state; 677 unsigned long rfkill_state;
678#define RFKILL_STATE_ALLOCATED 1 678#define RFKILL_STATE_ALLOCATED 1
679#define RFKILL_STATE_REGISTERED 2 679#define RFKILL_STATE_REGISTERED 2
680 struct rfkill *rfkill; 680 struct rfkill *rfkill;