projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df98c32
)
wcn36xx: Use allocated self sta index instead of hard coded
author
Pontus Fuchs
<pontus.fuchs@gmail.com>
Tue, 19 Apr 2016 05:00:49 +0000
(22:00 -0700)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Mon, 25 Apr 2016 17:37:05 +0000
(20:37 +0300)
Signed-off-by: Pontus Fuchs <pontus.fuchs@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/wcn36xx/smd.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/wcn36xx/smd.c
b/drivers/net/wireless/ath/wcn36xx/smd.c
index ebb446272d211aeaf3550b7892441a4bde871235..e0d5631657c1266a4c50adffa56b09380cd22884 100644
(file)
--- a/
drivers/net/wireless/ath/wcn36xx/smd.c
+++ b/
drivers/net/wireless/ath/wcn36xx/smd.c
@@
-200,7
+200,7
@@
static void wcn36xx_smd_set_sta_params(struct wcn36xx *wcn,
sta_params->sta_index = WCN36XX_HAL_STA_INVALID_IDX;
} else {
sta_params->type = 0;
- sta_params->sta_index =
1
;
+ sta_params->sta_index =
vif_priv->self_sta_index
;
}
sta_params->listen_interval = WCN36XX_LISTEN_INTERVAL(wcn);