Call to mmwlan_scan_abort() works, but prints error on 2.7.2

In 2.5.2, the call to mmwlan_scan_abort() did not cause an error.
in 2.7.2 we get:
E 11597 Command 44:120 failed with rc -114 (0xffffff8e)
E 11598 Failed to execute HW_SCAN command

Why do we call mmwlan_scan_abort() after the scan is complete?
If we don’t call it, all works well, but it takes a long time for us to bring the link up.
When we call mmwlan_scan_abort(), the link comes up much faster (20 or so seconds faster).
And as I said above, in 2.5.2 there was no error, now we get an error.
However, aside from the print out of the error, everything works fine.

So the question is: am I using mmwlan_scan_abort() correctly and I can ignore the error?
I assume so.

Thanks

=================
More detail:

  1. The scan completes
    * we know the SSID of the AP
    * and the scan_complete_callback() has been called.

  2. Then we call mmwlan_scan_abort()
    and on 2.7.2, we get the error:
    E 11597 Command 44:120 failed with rc -114 (0xffffff8e)
    E 11598 Failed to execute HW_SCAN command

Hi @Straff , we just released version 2.8.2 if you would like to try that instead