staging: rtl8723au: Remove unused function rtw_get_timestampe_from_ie23a()
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 15 Apr 2014 17:44:48 +0000 (19:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2014 18:04:09 +0000 (11:04 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/core/rtw_mlme.c
drivers/staging/rtl8723au/include/rtw_mlme.h
drivers/staging/rtl8723au/os_dep/ioctl_cfg80211.c

index 14c4196e7d1f496ea71c7bf4f6f519b883967056..0a2141bd32d9d5f587f96bd17fcd137b200b2447 100644 (file)
@@ -285,11 +285,6 @@ u16 rtw_get_capability23a(struct wlan_bssid_ex *bss)
        return le16_to_cpu(val);
 }
 
-u8 *rtw_get_timestampe_from_ie23a(u8 *ie)
-{
-       return ie + 0;
-}
-
 u8 *rtw_get_beacon_interval23a_from_ie(u8 *ie)
 {
        return ie + 8;
index d4b43bdeeefc99a43fab0f75c6350c8d73fc6cba..0af91d02976fa07d17f041ff49366701050aff04 100644 (file)
@@ -472,7 +472,6 @@ int rtw_if_up23a(struct rtw_adapter *padapter);
 int rtw_linked_check(struct rtw_adapter *padapter);
 
 u8 *rtw_get_capability23a_from_ie(u8 *ie);
-u8 *rtw_get_timestampe_from_ie23a(u8 *ie);
 u8 *rtw_get_beacon_interval23a_from_ie(u8 *ie);
 
 
index 4f4d69c742b1bcfab20fde0b12c86265323045d8..5dbe3f43ab0e8e57d9ed24b992248740d9880e95 100644 (file)
@@ -288,7 +288,6 @@ static int rtw_cfg80211_inform_bss(struct rtw_adapter *padapter,
 
        notify_channel = ieee80211_get_channel(wiphy, freq);
 
-       /* rtw_get_timestampe_from_ie23a() */
        notify_timestamp = jiffies_to_msecs(jiffies) * 1000;    /* uSec */
 
        notify_interval =
This page took 0.027985 seconds and 5 git commands to generate.