Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dmac80211.h2045 struct ieee80211_hw { struct
2046 struct ieee80211_conf conf;
2047 struct wiphy *wiphy;
2048 const char *rate_control_algorithm;
2049 void *priv;
2050 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];
2051 unsigned int extra_tx_headroom;
2052 unsigned int extra_beacon_tailroom;
2076 static inline bool _ieee80211_hw_check(struct ieee80211_hw *hw, in _ieee80211_hw_check() argument
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
Dfw_common.c661 bool (*cmd_send_packet)(struct ieee80211_hw *, struct sk_buff *)) in rtl92c_set_fw_rsvdpagepkt()