From: Johannes Berg Date: Fri, 20 Jan 2012 12:55:22 +0000 (+0100) Subject: mac80211: implement sta_add/sta_remove in sta_state X-Git-Tag: v3.4-rc1~177^2~112^2~350 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ec45a421b80bc36fd37578accf081f32527a7f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed