qcacld-3.0: Don't call pool_map API in set link active/inactive
DP expects cdp_flow_pool_map() to be called only when
connection/disconnection happens. It's not expected to call as
part of link switch or set active/inactive link operations.
Link switch case is handled but user controlled link
active/inactive case is not handled currently.
Add a check to skip cdp_flow_pool_map() in set link
active/inactive case also.
Change-Id: I8ac21a12f16062378876437cd7a3927b9feccf79
CRs-Fixed: 3631131