staging: rtl8723au: Remove empty function rtw_stassoc_hw_rpt23a()

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jes Sorensen 2014-04-09 23:20:51 +02:00 committed by Greg Kroah-Hartman
parent 891d3decbb
commit f075870605
3 changed files with 0 additions and 14 deletions

View file

@ -523,8 +523,6 @@ static void update_bmc_sta(struct rtw_adapter *padapter)
psta->raid = raid;
psta->init_rate = init_rate;
rtw_stassoc_hw_rpt23a(padapter, psta);
spin_lock_bh(&psta->lock);
psta->state = _FW_LINKED;
spin_unlock_bh(&psta->lock);

View file

@ -1296,13 +1296,6 @@ void rtw23a_joinbss_event_cb(struct rtw_adapter *adapter, u8 *pbuf)
}
/* FOR AP , AD-HOC mode */
void rtw_stassoc_hw_rpt23a(struct rtw_adapter *adapter, struct sta_info *psta)
{
if (psta == NULL)
return;
}
void rtw_stassoc_event_callback23a(struct rtw_adapter *adapter, u8 *pbuf)
{
struct sta_info *psta;
@ -1322,8 +1315,6 @@ void rtw_stassoc_event_callback23a(struct rtw_adapter *adapter, u8 *pbuf)
/* bss_cap_update_on_sta_join23a(adapter, psta); */
/* sta_info_update23a(adapter, psta); */
ap_sta_info_defer_update23a(adapter, psta);
rtw_stassoc_hw_rpt23a(adapter,psta);
}
return;
}
@ -1350,8 +1341,6 @@ void rtw_stassoc_event_callback23a(struct rtw_adapter *adapter, u8 *pbuf)
/* for ad-hoc mode */
rtw_hal_set_odm_var23a(adapter,HAL_ODM_STA_INFO,psta,true);
rtw_stassoc_hw_rpt23a(adapter,psta);
if(adapter->securitypriv.dot11AuthAlgrthm==dot11AuthAlgrthm_8021X)
psta->dot118021XPrivacy = adapter->securitypriv.dot11PrivacyAlgrthm;

View file

@ -619,6 +619,5 @@ void rtw23a_roaming(struct rtw_adapter *adapter,
struct wlan_network *tgt_network);
void rtw_set_roaming(struct rtw_adapter *adapter, u8 to_roaming);
u8 rtw_to_roaming(struct rtw_adapter *adapter);
void rtw_stassoc_hw_rpt23a(struct rtw_adapter *adapter, struct sta_info *psta);
#endif /* __RTL871X_MLME_H_ */