Searched defs:ieee80211_hw (Results 1 – 1 of 1) sorted by relevance
2294 struct ieee80211_hw { struct2295 struct ieee80211_conf conf;2296 struct wiphy *wiphy;2297 const char *rate_control_algorithm;2298 void *priv;2299 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];2300 unsigned int extra_tx_headroom;2301 unsigned int extra_beacon_tailroom;2302 int vif_data_size;2303 int sta_data_size;[all …]