Searched refs:ft_byte (Results 1 – 1 of 1) sorted by relevance
9366 u8 *ft_byte; in wiphy_ext_feature_set() local9368 ft_byte = &wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_set()9369 *ft_byte |= BIT(ftidx % 8); in wiphy_ext_feature_set()9387 u8 ft_byte; in wiphy_ext_feature_isset() local9389 ft_byte = wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_isset()9390 return (ft_byte & BIT(ftidx % 8)) != 0; in wiphy_ext_feature_isset()