Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/phy/bcm7xxx.c drivers/net/phy/marvell.c drivers/net/vxlan.c All three conflicts were cases of simple overlapping changes. Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
@@ -1301,6 +1301,10 @@ int iwl_mvm_sched_scan_start(struct iwl_mvm *mvm,
|
||||
return -EBUSY;
|
||||
}
|
||||
|
||||
/* we don't support "match all" in the firmware */
|
||||
if (!req->n_match_sets)
|
||||
return -EOPNOTSUPP;
|
||||
|
||||
ret = iwl_mvm_check_running_scans(mvm, type);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
新增問題並參考
封鎖使用者