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:

committed by
nshrivas

orang tua
b543c23ae2
melakukan
22434e5ebd
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user