diff options
Diffstat (limited to 'drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.h')
| -rw-r--r-- | drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.h b/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.h index 7683c5dfe851..b5c8e2fc1ba2 100644 --- a/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.h +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/hw.h | |||
| @@ -42,7 +42,8 @@ static inline u8 rtl92c_get_chnl_group(u8 chnl) | |||
| 42 | void rtl92ce_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val); | 42 | void rtl92ce_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val); |
| 43 | void rtl92ce_read_eeprom_info(struct ieee80211_hw *hw); | 43 | void rtl92ce_read_eeprom_info(struct ieee80211_hw *hw); |
| 44 | void rtl92ce_interrupt_recognized(struct ieee80211_hw *hw, | 44 | void rtl92ce_interrupt_recognized(struct ieee80211_hw *hw, |
| 45 | u32 *p_inta, u32 *p_intb); | 45 | u32 *p_inta, u32 *p_intb, |
| 46 | u32 *p_intc, u32 *p_intd); | ||
| 46 | int rtl92ce_hw_init(struct ieee80211_hw *hw); | 47 | int rtl92ce_hw_init(struct ieee80211_hw *hw); |
| 47 | void rtl92ce_card_disable(struct ieee80211_hw *hw); | 48 | void rtl92ce_card_disable(struct ieee80211_hw *hw); |
| 48 | void rtl92ce_enable_interrupt(struct ieee80211_hw *hw); | 49 | void rtl92ce_enable_interrupt(struct ieee80211_hw *hw); |
