Searched defs:rtl_intf_ops (Results 1 – 1 of 1) sorted by relevance
1470 struct rtl_intf_ops { struct1472 void (*read_efuse_byte)(struct ieee80211_hw *hw, u16 _offset, u8 *pbuf);1473 int (*adapter_start) (struct ieee80211_hw *hw);1474 void (*adapter_stop) (struct ieee80211_hw *hw);1476 int (*adapter_tx) (struct ieee80211_hw *hw, struct sk_buff *skb,1478 void (*flush)(struct ieee80211_hw *hw, bool drop);1479 int (*reset_trx_ring) (struct ieee80211_hw *hw);1480 bool (*waitq_insert) (struct ieee80211_hw *hw, struct sk_buff *skb);1483 void (*disable_aspm) (struct ieee80211_hw *hw);1484 void (*enable_aspm) (struct ieee80211_hw *hw);