From: Johannes Berg Date: Mon, 28 Jan 2008 16:19:37 +0000 (+0100) Subject: mac80211: remove port control enable switch, clean up sta flags X-Git-Tag: v2.6.26-rc1~1138^2~530^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=238814fd9a9624e3076c47ef0c003101927c7818;p=pandora-kernel.git mac80211: remove port control enable switch, clean up sta flags This patch removes the 802.1X port acess control enable flag since it is not required. Instead, set the authorized flag for each station that we normally communicate with (WDS peers, IBSS peers and APs we're associated to) and require hostapd to set the authorized flag for all stations when port control is not enabled. Also, since I was working in that area, this documents station flags and removes the unused "permanent" one. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed