Re: [PATCH] ath10k: fix vdev map size for 10.x firmware
From: Kalle Valo <hidden>
Date: 2014-06-02 16:42:57
From: Kalle Valo <hidden>
Date: 2014-06-02 16:42:57
Bartosz Markowski [off-list ref] writes:
Firmware 10.x supports up to 8 virtual AP interfaces (comparing to 7 for main firmware). Previous vdev map initialization was missing enough space for 8 + 1 vdevs (we may spent one for mac monitor), due to wrong define used. Use correct one - TARGET_10X_NUM_VDEVS - for 10.x firmware. Signed-off-by: Bartosz Markowski <redacted>
So what is the actual bug you are fixing? Previously with 10.x it was possible to get only 7 VIFs, even though we advertised 8 to user space, and with your fix we get the full 8 VIFs? It would be good to clear have that in the commit log so that anyone can understand what bug is fixed. -- Kalle Valo