Lines Matching defs:ieee80211_hw
2599 struct ieee80211_hw { struct
2600 struct ieee80211_conf conf;
2601 struct wiphy *wiphy;
2602 const char *rate_control_algorithm;
2603 void *priv;
2604 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
2605 unsigned int extra_tx_headroom;
2606 unsigned int extra_beacon_tailroom;
2607 int vif_data_size;
2608 int sta_data_size;
2609 int chanctx_data_size;
2610 int txq_data_size;
2611 u16 queues;
2612 u16 max_listen_interval;
2613 s8 max_signal;
2614 u8 max_rates;
2638 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument