From: Vasanthakumar Thiagarajan Date: Fri, 6 Apr 2012 14:54:30 +0000 (+0530) Subject: ath6kl: Fix target assert in p2p bringup with multi vif X-Git-Tag: v3.5-rc1~109^2~410^2~128^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8d13b0aca8414a1ab581e24ae1851b9820a3b1;p=pandora-kernel.git ath6kl: Fix target assert in p2p bringup with multi vif Using interface 0 for p2p causes target assert. This is because interface 0 is always initialized to non-p2p operations. Fix this issue by initializing all the interfaces for p2p when fw is capable of dynamic interface switching. When fw is not capable of dynamic switching, make sure p2p is not brought up on interface which is not initialized for this purpose. Reported-by: Naveen Singh navesing@qca.qualcomm.com Signed-off-by: Vasanthakumar Thiagarajan Signed-off-by: Kalle Valo --- Reading git-diff-tree failed