qcacmn: Add ast-type in wds_add

Add ast-type as argument in wds peer create command.
This helps to identify the ast entry from the time when ast add is done.

Change-Id: Ia0c073cf8f2573608e6a84410dffee6edf9b064b
This commit is contained in:
Subhranil Choudhury
2020-01-13 16:21:34 +05:30
committed by nshrivas
orang tua b543c23ae2
melakukan 22434e5ebd
2 mengubah file dengan 4 tambahan dan 2 penghapusan

Melihat File

@@ -826,7 +826,8 @@ add_ast_entry:
peer->mac_addr.raw,
mac_addr,
next_node_mac,
flags)) {
flags,
ast_entry->type)) {
qdf_spin_unlock_bh(&soc->ast_lock);
return 0;
}