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

/linux-master/include/net/
H A Dcfg80211.h9162 u8 *ft_byte; local
9164 ft_byte = &wiphy->ext_features[ftidx / 8];
9165 *ft_byte |= BIT(ftidx % 8);
9181 u8 ft_byte; local
9183 ft_byte = wiphy->ext_features[ftidx / 8];
9184 return (ft_byte & BIT(ftidx % 8)) != 0;

Completed in 111 milliseconds