Searched defs:ieee80211_hw (Results 1 – 2 of 2) sorted by relevance
2884 struct ieee80211_hw { struct2885 struct ieee80211_conf conf;2886 struct wiphy *wiphy;2887 const char *rate_control_algorithm;2888 void *priv;2889 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];2890 unsigned int extra_tx_headroom;2891 unsigned int extra_beacon_tailroom;2892 int vif_data_size;2893 int sta_data_size;[all …]
564 bool (*cmd_send_packet)(struct ieee80211_hw *, struct sk_buff *)) in rtl92c_set_fw_rsvdpagepkt()