Searched refs:is_8723be (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723com/
H A Dfw_common.h67 int rtl8723_fw_free_to_go(struct ieee80211_hw *hw, bool is_8723be, int count);
68 int rtl8723_download_fw(struct ieee80211_hw *hw, bool is_8723be, int count);
H A Dfw_common.c117 int rtl8723_fw_free_to_go(struct ieee80211_hw *hw, bool is_8723be, argument
139 if (is_8723be)
166 bool is_8723be, int max_count)
186 if (!is_8723be)
201 if (is_8723be)
211 err = rtl8723_fw_free_to_go(hw, is_8723be, max_count);
165 rtl8723_download_fw(struct ieee80211_hw *hw, bool is_8723be, int max_count) argument

Completed in 228 milliseconds