|
@@ -6022,8 +6022,8 @@ static int ath10k_sta_state(struct ieee80211_hw *hw,
|
|
|
* Existing station deletion.
|
|
|
*/
|
|
|
ath10k_dbg(ar, ATH10K_DBG_MAC,
|
|
|
- "mac vdev %d peer delete %pM (sta gone)\n",
|
|
|
- arvif->vdev_id, sta->addr);
|
|
|
+ "mac vdev %d peer delete %pM sta %pK (sta gone)\n",
|
|
|
+ arvif->vdev_id, sta->addr, sta);
|
|
|
|
|
|
ret = ath10k_peer_delete(ar, arvif->vdev_id, sta->addr);
|
|
|
if (ret)
|