Lines Matching defs:ieee80211_hw
2851 struct ieee80211_hw { struct
2852 struct ieee80211_conf conf;
2853 struct wiphy *wiphy;
2854 const char *rate_control_algorithm;
2855 void *priv;
2856 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
2857 unsigned int extra_tx_headroom;
2858 unsigned int extra_beacon_tailroom;
2859 int vif_data_size;
2860 int sta_data_size;
2861 int chanctx_data_size;
2862 int txq_data_size;
2863 u16 queues;
2864 u16 max_listen_interval;
2865 s8 max_signal;
2866 u8 max_rates;
2890 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument