mirror of
https://github.com/gnab/rtl8812au
synced 2025-01-08 01:24:20 +00:00
indentation fixes
This commit is contained in:
parent
8de9cbf66a
commit
29774b72fb
@ -5617,7 +5617,7 @@ unsigned int on_action_public_p2p(union recv_frame *precv_frame)
|
||||
|
||||
// Commented by Kurt 20120113
|
||||
// Get peer_dev_addr here if peer doesn't issue prov_disc frame.
|
||||
if( _rtw_memcmp(pwdinfo->rx_prov_disc_info.peerDevAddr, empty_addr, ETH_ALEN) );
|
||||
if( _rtw_memcmp(pwdinfo->rx_prov_disc_info.peerDevAddr, empty_addr, ETH_ALEN) )
|
||||
_rtw_memcpy(pwdinfo->rx_prov_disc_info.peerDevAddr, GetAddr2Ptr(pframe), ETH_ALEN);
|
||||
|
||||
result = process_p2p_group_negotation_req( pwdinfo, frame_body, len );
|
||||
|
@ -10033,7 +10033,6 @@ static int rtw_mp_read_reg(struct net_device *dev,
|
||||
}
|
||||
if ( data[i] != '\0' )
|
||||
tmp[j] = data[i];
|
||||
|
||||
j++;
|
||||
}
|
||||
pch = tmp;
|
||||
|
Loading…
Reference in New Issue
Block a user