Exemple #1
0
void rtl_deinit_core(struct ieee80211_hw *hw)
{
	 /*RC*/
	rtl_rate_control_unregister();
}
Exemple #2
0
static void __exit rtl_core_module_exit(void)
{
	 /*RC*/
	rtl_rate_control_unregister();
}