qcacld-3.0: Don't start monitor mode if monitor interface is already up
Currently, interface status is not being checked to start monitor mode.
This is allowing to start monitor mode more than once for the same
interface. This will result in session leak during de-init.
To avoid this, start monitor mode only if the interface is not already up.
Change-Id: I118167d3a8cea52fbfa825b226b837087828f148
CRs-fixed: 2803090