Home
last modified time | relevance | path

Searched refs:wlcore_get_native_channel_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ti/wl18xx/
H A Dcmd.c178 cmd->bandwidth = wlcore_get_native_channel_type(wlvif->channel_type); in wl18xx_cmd_set_cac()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Dcmd.c400 u8 wlcore_get_native_channel_type(u8 nl_channel_type) in wlcore_get_native_channel_type() function
416 EXPORT_SYMBOL_GPL(wlcore_get_native_channel_type);
538 cmd->channel_type = wlcore_get_native_channel_type(wlvif->channel_type); in wl12xx_cmd_role_start_sta()
669 cmd->channel_type = wlcore_get_native_channel_type(wlvif->channel_type); in wl12xx_cmd_role_start_ap()
H A Dcmd.h96 u8 wlcore_get_native_channel_type(u8 nl_channel_type);