|
@@ -46,9 +46,9 @@ void rtl_btc_special_packet_notify(struct rtl_priv *rtlpriv, u8 pkt_type);
|
|
|
|
|
|
struct rtl_btc_ops *rtl_btc_get_ops_pointer(void);
|
|
|
|
|
|
-u8 rtl_get_hwpg_ant_num(struct rtl_priv *rtlpriv);
|
|
|
u8 rtl_get_hwpg_bt_exist(struct rtl_priv *rtlpriv);
|
|
|
u8 rtl_get_hwpg_bt_type(struct rtl_priv *rtlpriv);
|
|
|
+u8 rtl_get_hwpg_ant_num(struct rtl_priv *rtlpriv);
|
|
|
u8 rtl_get_hwpg_single_ant_path(struct rtl_priv *rtlpriv);
|
|
|
enum rt_media_status mgnt_link_status_query(struct ieee80211_hw *hw);
|
|
|
|