From: Vasanthakumar Thiagarajan Date: Fri, 18 Jan 2013 05:48:45 +0000 (+0530) Subject: cfg80211/nl80211: add API for MAC address ACLs X-Git-Tag: v3.9-rc1~139^2~31^2^2~80^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77765eaf5cfb6b8dd98ec8b54b411d74ff6095f1;p=pandora-kernel.git cfg80211/nl80211: add API for MAC address ACLs Add API to enable drivers to implement MAC address based access control in AP/P2P GO mode. Capable drivers advertise this capability by setting the maximum number of MAC addresses in such a list in wiphy->max_acl_mac_addrs. An initial ACL may be given to the NL80211_CMD_START_AP command and/or changed later with NL80211_CMD_SET_MAC_ACL. Black- and whitelists are supported, but not simultaneously. Signed-off-by: Vasanthakumar Thiagarajan [rewrite commit log, many cleanups] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed