]> Git Repo - esp-hosted.git/commit - esp_hosted_ng/host/main.c
esp_hosted_ng: Fix some issues
authorKapil Gupta <[email protected]>
Fri, 19 Jan 2024 13:35:39 +0000 (19:05 +0530)
committerKapil Gupta <[email protected]>
Mon, 22 Jan 2024 04:36:43 +0000 (10:06 +0530)
commit2127f3facb5a25312c203d6488e2377a1f505a05
treeb70cad6aa99d97d2e530fcfd72d3e4b924b80d5f
parent26f4fa56bb2dd8504cc24efefa03a4e5ffcd0535
esp_hosted_ng: Fix some issues

Fixed following issues as part of this change:
1. Fixed compilation issue due to incorrect logging function
2. cfg80211_sched_scan_stopped() needs rtnl lock for older kernels,
   removed its call from esp_stop()
3. Removed cfg and net stop calls from cmd teardown for modularity
4. cfg80211_unregister_wdev() is troublesome to cleanup in
   kernel < 5.10, used netdev cleanup functions in those.
esp_hosted_ng/host/esp_cmd.c
esp_hosted_ng/host/main.c
esp_hosted_ng/host/sdio/esp_sdio.c
This page took 0.027686 seconds and 4 git commands to generate.