From: Johannes Berg Date: Fri, 20 Jan 2012 12:55:18 +0000 (+0100) Subject: mac80211: simplify AP_VLAN handling X-Git-Tag: v3.4-rc1~177^2~112^2~354 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=077f49392819608084c6d8d20e3dcca230afe07d;p=pandora-kernel.git mac80211: simplify AP_VLAN handling Setting keys and updating TKIP keys must use the BSS sdata (not AP_VLAN), so we translate. Move the translation into driver-ops wrappers instead of having it inline in the code to simplify the normal code flow. The same can be done for sta_add/remove which already does the translation in the wrapper. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed