|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2016-2018 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2016-2019 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -606,7 +606,7 @@ cdp_peer_is_vdev_restore_last_peer(ol_txrx_soc_handle soc, void *peer)
|
|
|
*/
|
|
|
static inline void
|
|
|
cdp_peer_update_last_real_peer(ol_txrx_soc_handle soc, struct cdp_pdev *pdev,
|
|
|
- void *peer, uint8_t *peer_id, bool restore_last_peer)
|
|
|
+ void *vdev, uint8_t *peer_id, bool restore_last_peer)
|
|
|
{
|
|
|
if (!soc || !soc->ops || !soc->ops->peer_ops) {
|
|
|
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_FATAL,
|
|
@@ -615,7 +615,7 @@ cdp_peer_update_last_real_peer(ol_txrx_soc_handle soc, struct cdp_pdev *pdev,
|
|
|
}
|
|
|
|
|
|
if (soc->ops->peer_ops->update_last_real_peer)
|
|
|
- return soc->ops->peer_ops->update_last_real_peer(pdev, peer,
|
|
|
+ return soc->ops->peer_ops->update_last_real_peer(pdev, vdev,
|
|
|
peer_id, restore_last_peer);
|
|
|
|
|
|
return;
|