Lines Matching defs:ieee80211_hw
3051 struct ieee80211_hw { struct
3052 struct ieee80211_conf conf;
3053 struct wiphy *wiphy;
3054 const char *rate_control_algorithm;
3055 void *priv;
3056 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
3057 unsigned int extra_tx_headroom;
3058 unsigned int extra_beacon_tailroom;
3059 int vif_data_size;
3060 int sta_data_size;
3061 int chanctx_data_size;
3062 int txq_data_size;
3063 u16 queues;
3064 u16 max_listen_interval;
3065 s8 max_signal;
3066 u8 max_rates;
3090 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument