Home
last modified time | relevance | path

Searched defs:ieee80211_hw (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h2584 struct ieee80211_hw { struct
2585 struct ieee80211_conf conf;
2586 struct wiphy *wiphy;
2587 const char *rate_control_algorithm;
2588 void *priv;
2589 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
2590 unsigned int extra_tx_headroom;
2591 unsigned int extra_beacon_tailroom;
2592 int vif_data_size;
2593 int sta_data_size;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dfw_common.c564 bool (*cmd_send_packet)(struct ieee80211_hw *, struct sk_buff *)) in rtl92c_set_fw_rsvdpagepkt()