qcacmn: Switch static func of chan_width to common
Remove static from func target_if_phy_ch_width_to_wmi_chan_width for it can be share at other place. Change-Id: I2ec80040fbe61a7691b1ad8e7b6501eb154abb44 CRs-Fixed: 3578269
This commit is contained in:

zatwierdzone przez
Rahul Choudhary

rodzic
b5028a76d4
commit
633bdcaa81
@@ -1387,15 +1387,7 @@ static void target_if_vdev_register_set_mac_address(
|
||||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* target_if_phy_ch_width_to_wmi_chan_width() - convert channel width from
|
||||
* phy_ch_width to
|
||||
* wmi_host_channel_width
|
||||
* @ch_width: enum phy_ch_width
|
||||
*
|
||||
* return: wmi_host_channel_width
|
||||
*/
|
||||
static wmi_host_channel_width
|
||||
wmi_host_channel_width
|
||||
target_if_phy_ch_width_to_wmi_chan_width(enum phy_ch_width ch_width)
|
||||
{
|
||||
switch (ch_width) {
|
||||
|
Reference in New Issue
Block a user