aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.h
diff options
context:
space:
mode:
authorPing-Ke Shih <pkshih@realtek.com>2017-11-01 10:29:22 -0500
committerKalle Valo <kvalo@codeaurora.org>2017-11-08 14:30:18 +0200
commitc1b586402c159427fd5d4f553d1d4ef75bab84c7 (patch)
treef4fa895f95db8cee72c0ce0d1a4a244cdf2cea56 /drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.h
parentrtlwifi: rtl_pci: Add ID for 8822BE (diff)
downloadlinux-dev-c1b586402c159427fd5d4f553d1d4ef75bab84c7.tar.xz
linux-dev-c1b586402c159427fd5d4f553d1d4ef75bab84c7.zip
rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR
8822be checks H2CQ by int_d, so we extend to four ISR. Also, irq_mask is extended to four. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Yan-Hsuan Chuang <yhchuang@realtek.com> Cc: Birming Chiu <birming@realtek.com> Cc: Shaofu <shaofu@realtek.com> Cc: Steven Ting <steventing@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.h')
-rw-r--r--drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.h b/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.h
index 3c93d30fcae7..607056010974 100644
--- a/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.h
+++ b/drivers/net/wireless/realtek/rtlwifi/rtl8192se/hw.h
@@ -42,7 +42,8 @@ void rtl92se_get_hw_reg(struct ieee80211_hw *hw,
u8 variable, u8 *val);
void rtl92se_read_eeprom_info(struct ieee80211_hw *hw);
void rtl92se_interrupt_recognized(struct ieee80211_hw *hw,
- u32 *inta, u32 *intb);
+ u32 *p_inta, u32 *p_intb,
+ u32 *p_intc, u32 *p_intd);
int rtl92se_hw_init(struct ieee80211_hw *hw);
void rtl92se_card_disable(struct ieee80211_hw *hw);
void rtl92se_enable_interrupt(struct ieee80211_hw *hw);