Searched defs:rtl_hal_ops (Results 1 – 1 of 1) sorted by relevance
1386 struct rtl_hal_ops { struct1387 int (*init_sw_vars) (struct ieee80211_hw *hw);1388 void (*deinit_sw_vars) (struct ieee80211_hw *hw);1389 void (*read_chip_version)(struct ieee80211_hw *hw);1390 void (*read_eeprom_info) (struct ieee80211_hw *hw);1391 void (*interrupt_recognized) (struct ieee80211_hw *hw,1393 int (*hw_init) (struct ieee80211_hw *hw);1394 void (*hw_disable) (struct ieee80211_hw *hw);1395 void (*hw_suspend) (struct ieee80211_hw *hw);1396 void (*hw_resume) (struct ieee80211_hw *hw);[all …]