Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dcfg80211.h6484 u8 *ft_byte; in wiphy_ext_feature_set() local
6486 ft_byte = &wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_set()
6487 *ft_byte |= BIT(ftidx % 8); in wiphy_ext_feature_set()
6503 u8 ft_byte; in wiphy_ext_feature_isset() local
6505 ft_byte = wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_isset()
6506 return (ft_byte & BIT(ftidx % 8)) != 0; in wiphy_ext_feature_isset()