From: Avinash Patil Date: Wed, 28 Jan 2015 10:12:03 +0000 (+0530) Subject: mwifiex: manage virtual interface limits efficiently X-Git-Tag: fixes-v4.0-rc1~150^2~10^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf0523350c6f12bdffb06c7000326edb296ec450;p=pandora-kernel.git mwifiex: manage virtual interface limits efficiently Currently interface limits are checked by seeing if bss_mode for particular priv is set. If bss_mode is not set, interface creation is allowed. This patch adds framework to initializes maximum virtual interfaces supported during load time and check current number of interfaces created agains allowed interface limit during new virtual interface creation. Signed-off-by: Avinash Patil Signed-off-by: Amitkumar Karwar Signed-off-by: Cathy Luo Signed-off-by: Kalle Valo --- Reading git-diff-tree failed