Lines Matching defs:ieee80211_hw
2469 struct ieee80211_hw { struct
2470 struct ieee80211_conf conf;
2471 struct wiphy *wiphy;
2472 const char *rate_control_algorithm;
2473 void *priv;
2474 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
2475 unsigned int extra_tx_headroom;
2476 unsigned int extra_beacon_tailroom;
2477 int vif_data_size;
2478 int sta_data_size;
2479 int chanctx_data_size;
2480 int txq_data_size;
2481 u16 queues;
2482 u16 max_listen_interval;
2483 s8 max_signal;
2484 u8 max_rates;
2508 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument