qcacmn: Consider all power types to prepare client channel list
Currently driver prepares client channel list based on indoor ap power type and this list is given to kernel. There are couple of issues with this approach as mentioned below: 1. Based on this list kernel sends the scan requests because of which there is a possibility that driver does not scan channels which are not part of LPI channel list but are part of SP channel list or VLP channel list. 2. Kernel sends start AP as well based on this channel list, since all LPI channel are marked as NO_IR from driver and because of which kernel dont send start AP on these chanels which leads to SAP start failure even if there are VLP channels available. Change-Id: I90174920df158c8b370e541034307a9a58448c29 CRs-Fixed: 3054543
Loading
Please register or sign in to comment