Skip to content
Snippets Groups Projects
Commit 52096e84 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

struct steer_sta{} - remove wifi_sta_element reference

parent a0a22555
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ static struct sta *sta_alloc(uint8_t *macaddr)
s->steer_data = (struct steer_sta *)(wse + 1);
ss = s->steer_data;
ss->sta = wse;
memcpy(ss->macaddr, macaddr, 6);
ss->meas_reportlist = &s->de_sta->meas_reportlist;
ss->unassoc_metriclist = &s->de_sta->umetriclist;
......
......@@ -93,7 +93,7 @@ struct steer_sta_current_bss {
/* Steering candiate */
struct steer_sta {
struct wifi_sta_element *sta;
uint8_t macaddr[6];
struct steer_sta_current_bss bss;
struct steer_sta_target_bss target;
uint8_t num_nbr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment