Lines Matching defs:ieee80211_hw
2294 struct ieee80211_hw { struct
2295 struct ieee80211_conf conf;
2296 struct wiphy *wiphy;
2297 const char *rate_control_algorithm;
2298 void *priv;
2299 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
2300 unsigned int extra_tx_headroom;
2301 unsigned int extra_beacon_tailroom;
2302 int vif_data_size;
2303 int sta_data_size;
2304 int chanctx_data_size;
2305 int txq_data_size;
2306 u16 queues;
2330 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument