Searched refs:supported_width (Results 1 – 1 of 1) sorted by relevance
2763 struct supported_chan_width supported_width; in get_supported_channel_width() local2764 supported_width.is_160_supported = 0; in get_supported_channel_width()2765 supported_width.is_80p80_supported = 0; in get_supported_channel_width()2767 return supported_width; in get_supported_channel_width()2778 supported_width.is_160_supported = 1; in get_supported_channel_width()2780 supported_width.is_80p80_supported = 1; in get_supported_channel_width()2786 supported_width.is_160_supported = 1; in get_supported_channel_width()2788 supported_width.is_80p80_supported = 1; in get_supported_channel_width()2791 supported_width.is_160_supported, supported_width.is_80p80_supported); in get_supported_channel_width()2792 return supported_width; in get_supported_channel_width()