Lines Matching defs:ieee80211_hw
2572 struct ieee80211_hw { struct
2573 struct ieee80211_conf conf;
2574 struct wiphy *wiphy;
2575 const char *rate_control_algorithm;
2576 void *priv;
2577 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
2578 unsigned int extra_tx_headroom;
2579 unsigned int extra_beacon_tailroom;
2580 int vif_data_size;
2581 int sta_data_size;
2582 int chanctx_data_size;
2583 int txq_data_size;
2584 u16 queues;
2585 u16 max_listen_interval;
2586 s8 max_signal;
2587 u8 max_rates;
2611 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument