|
@@ -386,7 +386,7 @@ static int wcn36xx_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd,
|
|
{
|
|
{
|
|
struct wcn36xx *wcn = hw->priv;
|
|
struct wcn36xx *wcn = hw->priv;
|
|
struct wcn36xx_vif *vif_priv = wcn36xx_vif_to_priv(vif);
|
|
struct wcn36xx_vif *vif_priv = wcn36xx_vif_to_priv(vif);
|
|
- struct wcn36xx_sta *sta_priv = vif_priv->sta;
|
|
|
|
|
|
+ struct wcn36xx_sta *sta_priv = wcn36xx_sta_to_priv(sta);
|
|
int ret = 0;
|
|
int ret = 0;
|
|
u8 key[WLAN_MAX_KEY_LEN];
|
|
u8 key[WLAN_MAX_KEY_LEN];
|
|
|
|
|