Files
android_kernel_samsung_sm86…/umac/regulatory/dispatcher
Ashish Kumar Dhanotiya 2d6243e27e qcacmn: Do not update the NOL state of the channels
Currently driver sets the NOL state of the channels to false
on every regulatory updated, which indicates the channel is
not in NOL. Which may lead to some issues where the channel
is actually in NOL but host treats it as non-NOL channel.

Ideally NOL list should be maintained throughout the driver
lifetime and across the regulatory changes.

To address this issue add a logic to not update the NOL state
of the channels whenever the regulatory update is received.

Change-Id: I7487a24a349f5f6e06a058b4d07799c8e5ac2d40
CRs-Fixed: 2735137
2020-08-05 09:04:11 -07:00
..