コード例 #1
0
ファイル: base.c プロジェクト: ArthySundaram/firstrepo
void rtl_deinit_core(struct ieee80211_hw *hw)
{
	 /*RC*/
	rtl_rate_control_unregister();
}
コード例 #2
0
ファイル: base.c プロジェクト: mcarrier/reconn-linux
static void __exit rtl_core_module_exit(void)
{
	 /*RC*/
	rtl_rate_control_unregister();
}