File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,6 @@ void ieee80211_link_init(struct ieee80211_sub_if_data *sdata,
93
93
if (link_id < 0 )
94
94
link_id = 0 ;
95
95
96
- rcu_assign_pointer (sdata -> vif .link_conf [link_id ], link_conf );
97
- rcu_assign_pointer (sdata -> link [link_id ], link );
98
-
99
96
if (sdata -> vif .type == NL80211_IFTYPE_AP_VLAN ) {
100
97
struct ieee80211_sub_if_data * ap_bss ;
101
98
struct ieee80211_bss_conf * ap_bss_conf ;
@@ -145,6 +142,9 @@ void ieee80211_link_init(struct ieee80211_sub_if_data *sdata,
145
142
146
143
ieee80211_link_debugfs_add (link );
147
144
}
145
+
146
+ rcu_assign_pointer (sdata -> vif .link_conf [link_id ], link_conf );
147
+ rcu_assign_pointer (sdata -> link [link_id ], link );
148
148
}
149
149
150
150
void ieee80211_link_stop (struct ieee80211_link_data * link )
You can’t perform that action at this time.
0 commit comments