net: wireless: rockchip_wlan: ssv6051 remove debug log

Change-Id: I989a0375daf7c7f4885fa1a3213be2dbada18781
Signed-off-by: Weiguo Hu <hwg@rock-chips.com>
This commit is contained in:
Weiguo Hu
2018-07-30 15:36:23 +08:00
committed by Tao Huang
parent 9ce8852cca
commit 285184880f

View File

@@ -4836,14 +4836,12 @@ static void _proc_data_rx_skb (struct ssv_softc *sc, struct sk_buff *rx_skb)
struct ieee80211_mgmt *mgmt_tmp = NULL;
mgmt_tmp = (struct ieee80211_mgmt *)(rx_skb->data + SSV6XXX_RX_DESC_LEN);
mgmt_tmp->u.beacon.timestamp = cpu_to_le64(ssv6200_get_systime_us());
printk("beacon timestamp = %lld\n", mgmt_tmp->u.beacon.timestamp);
}
if (is_probe_resp)
{
struct ieee80211_mgmt *mgmt_tmp = NULL;
mgmt_tmp = (struct ieee80211_mgmt *)(rx_skb->data + SSV6XXX_RX_DESC_LEN);
mgmt_tmp->u.probe_resp.timestamp = cpu_to_le64(ssv6200_get_systime_us());
printk("probe_resp timestamp = %lld\n", mgmt_tmp->u.probe_resp.timestamp);
}
if (rxdesc->rate_idx < SSV62XX_G_RATE_INDEX && rxphypad->RSVD == 0)