Lines Matching defs:ieee80211_hw
3061 struct ieee80211_hw { struct
3062 struct ieee80211_conf conf;
3063 struct wiphy *wiphy;
3064 const char *rate_control_algorithm;
3065 void *priv;
3066 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
3067 unsigned int extra_tx_headroom;
3068 unsigned int extra_beacon_tailroom;
3069 int vif_data_size;
3070 int sta_data_size;
3071 int chanctx_data_size;
3072 int txq_data_size;
3073 u16 queues;
3074 u16 max_listen_interval;
3075 s8 max_signal;
3076 u8 max_rates;
3100 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument