Lines Matching defs:ieee80211_hw
2884 struct ieee80211_hw { struct
2885 struct ieee80211_conf conf;
2886 struct wiphy *wiphy;
2887 const char *rate_control_algorithm;
2888 void *priv;
2889 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
2890 unsigned int extra_tx_headroom;
2891 unsigned int extra_beacon_tailroom;
2892 int vif_data_size;
2893 int sta_data_size;
2894 int chanctx_data_size;
2895 int txq_data_size;
2896 u16 queues;
2897 u16 max_listen_interval;
2898 s8 max_signal;
2899 u8 max_rates;
2923 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument