rtlwifi: Add hal_op c2h_ra_report_handler for special process
We're going to merge C2H handler into one, but one special case is to handle RA_REPORT that implements in individual IC folder. So this commit adds a hal_op for caller in common code. Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
@@ -2348,6 +2348,8 @@ struct rtl_hal_ops {
|
||||
u16 (*get_available_desc)(struct ieee80211_hw *hw, u8 q_idx);
|
||||
void (*c2h_content_parsing)(struct ieee80211_hw *hw, u8 tag, u8 len,
|
||||
u8 *val);
|
||||
void (*c2h_ra_report_handler)(struct ieee80211_hw *hw,
|
||||
u8 *cmd_buf, u8 cmd_len);
|
||||
};
|
||||
|
||||
struct rtl_intf_ops {
|
||||
|
Reference in New Issue
Block a user