Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/geneve.c Here we had an overlapping change, where in 'net' the extraneous stats bump was being removed whilst in 'net-next' the final argument to udp_tunnel6_xmit_skb() was being changed. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1169,8 +1169,7 @@ static int sta_apply_parameters(struct ieee80211_local *local,
|
||||
* rc isn't initialized here yet, so ignore it
|
||||
*/
|
||||
__ieee80211_vht_handle_opmode(sdata, sta,
|
||||
params->opmode_notif,
|
||||
band, false);
|
||||
params->opmode_notif, band);
|
||||
}
|
||||
|
||||
if (ieee80211_vif_is_mesh(&sdata->vif))
|
||||
|
Reference in New Issue
Block a user