[PATCH] ath10k: implement sta_rc_update()

Yeoh Chun-Yeow yeohchunyeow at gmail.com
Thu Feb 6 13:09:30 EST 2014


> @@ -3091,6 +3160,10 @@ static int ath10k_sta_state(struct ieee80211_hw *hw,
>                            "mac vdev %d peer create %pM (new sta) num_peers %d\n",
>                            arvif->vdev_id, sta->addr, ar->num_peers);
>
> +               memset(&arsta, 0, sizeof(*arsta));

Should be memset(arsta, 0, sizeof(*arsta)), right?

---
Chun-Yeow



More information about the ath10k mailing list