diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index 9dd0d171abf1..c21af38cc5af 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h | |||
@@ -621,6 +621,7 @@ struct rt2x00_ops { | |||
621 | const struct data_queue_desc *bcn; | 621 | const struct data_queue_desc *bcn; |
622 | const struct data_queue_desc *atim; | 622 | const struct data_queue_desc *atim; |
623 | const struct rt2x00lib_ops *lib; | 623 | const struct rt2x00lib_ops *lib; |
624 | const void *drv; | ||
624 | const struct ieee80211_ops *hw; | 625 | const struct ieee80211_ops *hw; |
625 | #ifdef CONFIG_RT2X00_LIB_DEBUGFS | 626 | #ifdef CONFIG_RT2X00_LIB_DEBUGFS |
626 | const struct rt2x00debug *debugfs; | 627 | const struct rt2x00debug *debugfs; |
@@ -881,11 +882,6 @@ struct rt2x00_dev { | |||
881 | * and interrupt thread routine. | 882 | * and interrupt thread routine. |
882 | */ | 883 | */ |
883 | u32 irqvalue[2]; | 884 | u32 irqvalue[2]; |
884 | |||
885 | /* | ||
886 | * Driver specific data. | ||
887 | */ | ||
888 | void *priv; | ||
889 | }; | 885 | }; |
890 | 886 | ||
891 | /* | 887 | /* |