>>>> Removing supported chainmask fields as it can be always derived >>>> from num_rf_chains. >>>> >>>> Signed-off-by: Rajkumar Manoharan <rmanohar@xxxxxxxxxxxxxxxx> >>> >> Hello, >> >> This one break monitor mode for qca988x and 10.x firmware: >> After Revert "ath10k: remove supported chain mask" - works correctly. >> >Janusz, > > Thanks for reporting. Will send out patch asap. > Janusz, It seems the change ("ath10k: remove supported chain mask") just exposed an hidden problem. The same target assert can be reproduced by below sequence even after reverting the commit. ifconfig wlan0 down iw wlan0 set type monitor iw phy0 set antenna 7 ifconfig wlan0 up The actual cause of target assert is below commit. commit 5572a95b4b5768187652a346356e39e7542ca6e0 Author: Ben Greear <greearb@xxxxxxxxxxxxxxx> Date: Mon Nov 24 16:22:10 2014 +0200 ath10k: apply chainmask settings to vdev on creation Configuring NSS vdev param on interface addition is causing the target assert in 10.1 firmware. Just creating monitor interface is causing assert with qca_main firmware. -Rajkumar-- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html