Searched defs:ieee80211_hw (Results 1 – 2 of 2) sorted by relevance
3045 struct ieee80211_hw { struct3046 struct ieee80211_conf conf;3047 struct wiphy *wiphy;3048 const char *rate_control_algorithm;3049 void *priv;3050 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];3051 unsigned int extra_tx_headroom;3052 unsigned int extra_beacon_tailroom;3053 int vif_data_size;3054 int sta_data_size;[all …]
564 bool (*cmd_send_packet)(struct ieee80211_hw *, struct sk_buff *)) in rtl92c_set_fw_rsvdpagepkt()