Lines Matching defs:ieee80211_hw
2792 struct ieee80211_hw { struct
2793 struct ieee80211_conf conf;
2794 struct wiphy *wiphy;
2795 const char *rate_control_algorithm;
2796 void *priv;
2797 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
2798 unsigned int extra_tx_headroom;
2799 unsigned int extra_beacon_tailroom;
2800 int vif_data_size;
2801 int sta_data_size;
2802 int chanctx_data_size;
2803 int txq_data_size;
2804 u16 queues;
2805 u16 max_listen_interval;
2806 s8 max_signal;
2807 u8 max_rates;
2831 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument