From: Bartosz Markowski Date: Mon, 2 Jun 2014 18:19:45 +0000 (+0300) Subject: ath10k: fix 8th virtual AP interface with DFS X-Git-Tag: omap-for-v3.17/fixes-against-rc2~215^2~11^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa413de1e4388818f7dcdce0a90d6212e74895b;p=pandora-kernel.git ath10k: fix 8th virtual AP interface with DFS Firmware 10.x supports up to 8 virtual AP interfaces, but in a DFS channel it was possible to create only 7 interfaces as ath10k internal creates a monitor interface for DFS. Previous vdev map initialization was missing enough space for 8 + 1 vdevs due to wrong define used and that's why there was no space for 8th interface. Use the correct define TARGET_10X_NUM_VDEVS with 10.x firmware to make it possible to create the 8th virtual interface. Signed-off-by: Bartosz Markowski Signed-off-by: Kalle Valo --- Reading git-diff-tree failed