diff options
| author | Jayachandran Sreekumaran <jsreekum@codeaurora.org> | 2018-12-19 13:19:03 +0530 |
|---|---|---|
| committer | Jayachandran Sreekumaran <jsreekum@codeaurora.org> | 2019-01-08 11:54:01 +0530 |
| commit | 2bf8ef1af34678427b99b9552b0971dbdcf92d50 (patch) | |
| tree | 60065a6318c02faffe9d307881920572767d0163 /include | |
| parent | 1030466da591ba14cf7c30fbc01b0d9a79787c1a (diff) | |
cnss2: Add cnss usb API to check the target status
Add new cnss usb API to check to check whether the target
is up or down. Remove invoking pld_remove callback function
in usb disconnect.
Change-Id: I0e873737a27f9941db1dae54636ef55ba4d05288
Signed-off-by: Jayachandran Sreekumaran <jsreekum@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/cnss2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cnss2.h b/include/net/cnss2.h index 8dc7fc44aa02..85634842834e 100644 --- a/include/net/cnss2.h +++ b/include/net/cnss2.h @@ -234,4 +234,6 @@ extern int cnss_set_fw_log_mode(struct device *dev, uint8_t fw_log_mode); extern int cnss_usb_wlan_register_driver(struct cnss_usb_wlan_driver *driver); extern void cnss_usb_wlan_unregister_driver(struct cnss_usb_wlan_driver * driver); +extern int cnss_usb_is_device_down(struct device *dev); + #endif /* _NET_CNSS2_H */ |
