Searched refs:ft_byte (Results 1 - 1 of 1) sorted by last modified time

/linux-master/include/net/
H A Dcfg80211.h9200 u8 *ft_byte; local
9202 ft_byte = &wiphy->ext_features[ftidx / 8];
9203 *ft_byte |= BIT(ftidx % 8);
9221 u8 ft_byte; local
9223 ft_byte = wiphy->ext_features[ftidx / 8];
9224 return (ft_byte & BIT(ftidx % 8)) != 0;

Completed in 154 milliseconds