qcacmn: Create new interrupt mask for msi
Created a new interrupt mask for msi chipsets so that both ahb and pci chipsets can work together. Change-Id: I78d1b9641e58f07d1582152c691c5ae29e6ddb03
This commit is contained in:

committed by
nshrivas

父節點
1d9464d4fa
當前提交
bd98e6205e
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2013-2019 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2013-2020 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -1230,4 +1230,15 @@ wlan_cfg_set_rx_mon_protocol_flow_tag_enabled(struct wlan_cfg_dp_soc_ctxt *cfg,
|
||||
*/
|
||||
bool
|
||||
wlan_cfg_is_rx_mon_protocol_flow_tag_enabled(struct wlan_cfg_dp_soc_ctxt *cfg);
|
||||
|
||||
/**
|
||||
* wlan_cfg_fill_interrupt_mask() - set interrupt mask
|
||||
*
|
||||
* @wlan_cfg_dp_soc_ctxt: soc configuration context
|
||||
* @interrupt_mode: interrupt_mode: MSI/LEGACY
|
||||
*
|
||||
* Return: void
|
||||
*/
|
||||
void wlan_cfg_fill_interrupt_mask(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx,
|
||||
int interrupt_mode);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user