mirror of
https://github.com/gnab/rtl8812au
synced 2025-01-09 10:01:35 +00:00
Merge pull request #122 from devang/master
indentation fixes and a misplaced semi-colon
This commit is contained in:
commit
190325a797
@ -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