Skip to content

Commit

Permalink
[ESWIN WiFi driver] Update for upstream change
Browse files Browse the repository at this point in the history
The REGULATORY_IGNORE_STALE_KICKOFF flag has been removed from the kernel API:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=132b7129c5

Signed-off-by: MichaIng <[email protected]>
  • Loading branch information
MichaIng committed Oct 13, 2023
1 parent 0d75787 commit 61ce616
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/wireless/eswin/ecrnx_mod_params.c
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,6 @@ void ecrnx_custregd(struct ecrnx_hw *ecrnx_hw, struct wiphy *wiphy)
if (!ecrnx_hw->mod_params->custregd)
return;

wiphy->regulatory_flags |= REGULATORY_IGNORE_STALE_KICKOFF;
wiphy->regulatory_flags |= REGULATORY_WIPHY_SELF_MANAGED;

rtnl_lock();
Expand Down

0 comments on commit 61ce616

Please sign in to comment.