Skip to content

Commit 07072f8

Browse files
committed
Adjust coding style
1 parent ba68b15 commit 07072f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vwifi.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2078,7 +2078,8 @@ static int vwifi_join_ibss(struct wiphy *wiphy,
20782078
vif->ibss_control_port = params->control_port;
20792079
vif->ibss_control_port_over_nl80211 = params->control_port_over_nl80211;
20802080
vif->ibss_userspace_handles_dfs = params->userspace_handles_dfs;
2081-
memcpy(vif->ibss_mcast_rate, params->mcast_rate, sizeof(params->mcast_rate));
2081+
memcpy(vif->ibss_mcast_rate, params->mcast_rate,
2082+
sizeof(params->mcast_rate));
20822083
vif->ibss_ht_capa = params->ht_capa;
20832084
vif->ibss_ht_capa_mask = params->ht_capa_mask;
20842085
vif->ibss_wep_keys = params->wep_keys;

0 commit comments

Comments
 (0)