358be059773b010b6acc3806b0 parent f09603a259ffef69ad4516a04eb06cd65ac522fe author Johannes Berg 1327064122 +0100 committer John W. Linville 1328557705 -0500 mac80211: implement sta_add/sta_remove in sta_state Instead of maintaining separate sta_add/sta_remove callsites, implement it in sta_state when the driver has no sta_state implementation. The only behavioural change this should cause is in secure mesh mode: with this the station entries will only be created after the stations are set to AUTH. Given which drivers support mesh, this seems to not be a problem. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville