diff options
Diffstat (limited to 'drivers/net/wireless/ralink/rt2x00/rt2x00.h')
| -rw-r--r-- | drivers/net/wireless/ralink/rt2x00/rt2x00.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/wireless/ralink/rt2x00/rt2x00.h b/drivers/net/wireless/ralink/rt2x00/rt2x00.h index 1f38c338ca7a..4b1744e9fb78 100644 --- a/drivers/net/wireless/ralink/rt2x00/rt2x00.h +++ b/drivers/net/wireless/ralink/rt2x00/rt2x00.h | |||
| @@ -665,6 +665,7 @@ enum rt2x00_state_flags { | |||
| 665 | DEVICE_STATE_STARTED, | 665 | DEVICE_STATE_STARTED, |
| 666 | DEVICE_STATE_ENABLED_RADIO, | 666 | DEVICE_STATE_ENABLED_RADIO, |
| 667 | DEVICE_STATE_SCANNING, | 667 | DEVICE_STATE_SCANNING, |
| 668 | DEVICE_STATE_FLUSHING, | ||
| 668 | 669 | ||
| 669 | /* | 670 | /* |
| 670 | * Driver configuration | 671 | * Driver configuration |
| @@ -980,6 +981,8 @@ struct rt2x00_dev { | |||
| 980 | */ | 981 | */ |
| 981 | DECLARE_KFIFO_PTR(txstatus_fifo, u32); | 982 | DECLARE_KFIFO_PTR(txstatus_fifo, u32); |
| 982 | 983 | ||
| 984 | unsigned long last_nostatus_check; | ||
| 985 | |||
| 983 | /* | 986 | /* |
| 984 | * Timer to ensure tx status reports are read (rt2800usb). | 987 | * Timer to ensure tx status reports are read (rt2800usb). |
| 985 | */ | 988 | */ |
| @@ -1457,10 +1460,6 @@ int rt2x00mac_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, | |||
| 1457 | #else | 1460 | #else |
| 1458 | #define rt2x00mac_set_key NULL | 1461 | #define rt2x00mac_set_key NULL |
| 1459 | #endif /* CONFIG_RT2X00_LIB_CRYPTO */ | 1462 | #endif /* CONFIG_RT2X00_LIB_CRYPTO */ |
| 1460 | int rt2x00mac_sta_add(struct ieee80211_hw *hw, struct ieee80211_vif *vif, | ||
| 1461 | struct ieee80211_sta *sta); | ||
| 1462 | int rt2x00mac_sta_remove(struct ieee80211_hw *hw, struct ieee80211_vif *vif, | ||
| 1463 | struct ieee80211_sta *sta); | ||
| 1464 | void rt2x00mac_sw_scan_start(struct ieee80211_hw *hw, | 1463 | void rt2x00mac_sw_scan_start(struct ieee80211_hw *hw, |
| 1465 | struct ieee80211_vif *vif, | 1464 | struct ieee80211_vif *vif, |
| 1466 | const u8 *mac_addr); | 1465 | const u8 *mac_addr); |
