diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-03 02:17:52 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-03 02:17:52 -0800 |
| commit | 25f0ed75e0973572ce99a73b5a6ed2093a9e9fc4 (patch) | |
| tree | bfb22b8b7cc8380ec095855fddc18c0e9e8897a9 /include | |
| parent | c8cee748e55f24fe90d1f8953d6647614fd70049 (diff) | |
| parent | d9a8fa86c0fcb9d2852f4ff581f3381d10ef450e (diff) | |
Merge "icnss: Add support of setting MAC address from platform driver"
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/qcom/icnss.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/soc/qcom/icnss.h b/include/soc/qcom/icnss.h index 7e2f32883aa4..29990f036552 100644 --- a/include/soc/qcom/icnss.h +++ b/include/soc/qcom/icnss.h @@ -124,5 +124,8 @@ extern int icnss_get_wlan_unsafe_channel(u16 *unsafe_ch_list, u16 *ch_count, extern int icnss_wlan_set_dfs_nol(const void *info, u16 info_len); extern int icnss_wlan_get_dfs_nol(void *info, u16 info_len); extern bool icnss_is_qmi_disable(void); +extern int icnss_set_wlan_mac_address(struct device *dev, + const u8 *in, uint32_t len); +extern u8 *icnss_get_wlan_mac_address(struct device *dev, uint32_t *num); #endif /* _ICNSS_WLAN_H_ */ |
