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