This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WL1837MOD: Are eSOM3730 RSSI glitches resident on TI EVM also?

Part Number: WL1837MOD
Other Parts Discussed in Thread: WL1271

Team,

See below from our WiLink8 WL1837MOD customer:

We’ve been comparing the performance of the Wi-Fi chipsets on the rev B and rev D eSOm3730 (which use WL1837MOD) and found that the RSSI value on the rev D board sometimes has large positive glitches in it. This graph shows the RSSI values captured from one of each hardware revision in a recent test run:

 

We are using the libmnl (https://git.netfilter.org/libmnl) and wifi-scan (https://github.com/bmegli/wifi-scan) libraries to measure the RSSI.

Our experimental setup was to have two of our VS100 devices – one rev B (old radio), one rev D (new TI radio) -- side by side on a roll cart, connected to a wireless router on our desk. Starting at a distance of about 3m from the router, we would walk slowly away from the desk, stopping approximately every 3m to note the number of signal strength bars on the devices’ GUI. Simultaneously, the wifi-scan-station test tool from the wifi-scan library was capturing the RSSI values into log files (see attached); we then extract the timestamp and RSSI value using:

 awk -F'[][ ]' '/ec:1a:59:fb:37:ce/ {print $3 ",",  $8}' logfile

 During the test, we noticed that the rev D device would intermittently jump from 3, 2 or 1 bars to 4 bars (the maximum on our GUI) then slowly subside back to the original level.  It appears the bumps are due to a spike in the recorded RSSI from the device with the TI chipset.  Note that other than the spikes, there is fairly good correlation between the two sets of RSSI data.

 Do you know if this is a known issue with the TI chipset? We have been considering putting in a filter to ignore sudden large positive changes in the RSSI value but would prefer to see consistent values being presented from the kernel that trying to work around the issue.

 We are basically looking to know, “Do you see this RSSI spike on a TI EVM or not?” to help guide our troubleshooting with eSOM.

 Thanks in advance,

Chris

  • Hello Chris,

    From the logs you've attached we can see that there was a recovery due to a IRQ issue.
    We will need more details about the environment (Kernel version, which FW version, the exact scenario)

    Whenever such a SW recovery occurs - the next several RSSI values will carry uninitialized values. Once the system recovers and stabilizes the RSSI values will be the correct value.

    So we will need some more information in order to further investigate this issue.

    BR,
    Chen Loewy
  • Thank you Chen,

    Here is some additional information regarding software versions and such:

    They’re running a slightly modified version of the 3.8.0 kernel with the BSP from the denzil branch of the yocto project. The firmware and configuration files were provided by a hardware vendor; I don’t know how to get the version strings (if any) out of those files, so I will include MD5 digests of them at the end of the log file I will send separately. I will also include the `modinfo` output on all the kernel modules that get loaded when they load the wl18xx driver and the kernel configuration file /proc/config.gz. 

    On the test run where they saw the glitches, they had the 2.4GHz configuration file loaded. They did an overnight run last night with the 5GHz configuration file and didn’t see any glitches in that log file. Consequently, they’ve just started another test with the 2.4GHz configuration and a different router (with no glitches yet).

    They have also asked the hardware vendor about this issue.  For now, we are going to pass on your observation that it’s possibly related to the software watchdog.

     Please let me know if there’s any other information that would be helpful.

    TY,

    CY

  • Hello Chris,

    Please update me once all tests are done so we can see what and if we need to address this issue.

    Thanks,
    Chen
  • Hello Chris,

    any update on the testing status?
  • Chen & Team,

    Some more information that we’ve learned over the past few days:

    They’ve seen the glitch occurring using the 5GHz (dual band) configuration file when connected to a VLAN on the 2.4GHz band, never when connected on 5GHz. It may be related to the amount of network traffic or number of beacons – they have run a test at home from Friday afternoon to Monday morning and saw two watchdog interrupts total, where typically they’d see a few per hour at work; they currently have about six beacons visible at home vs. over 100 at work on the 2.4GHz band.

    The firmware versions that they are using are:
    PHY firmware version: Rev 8.2.0.0.240
    firmware booted (Rev 8.9.0.0.75)

    Their hardware vendor (eSOM I believe) has expressed willingness to talk directly with TI. Should I put them in touch with the same Forum thread directly or some other channel?

    Thank you very much,
    Chris
  • Chen & Team,

    Latest update from customer below:
    -----
    Here is the latest update. E-con asked us to try a test in which we disable ELP via the following command. We have tested this for a day and have NOT seen the watchdog/IRQ issue.

    iw dev wlan0 set power_save off
    echo 0 > /sys/kernel/debug/ieee80211/phy0/wlcore/sleep_auth
    Unfortunately, our device runs off battery and we are not sure this is going to be acceptable from a power consumption point of view. We are now trying a middle of the road power configuration to see what happens. After a couple hours of testing with this config we have seen no watchdog events, but we will see what happens overnight.

    mount -t debugfs debugfs /sys/kernel/debug
    iw dev wlan0 set power_save on
    echo 1 > /sys/kernel/debug/ieee80211/phy0/wlcore/sleep_auth
    I just sent the results from the first test to e-con to see if they have any idea what might be going on.
    -----
    Your comments appreciated very much please!

    TY,
    Chris
  • Team,

    Overnight testing showed no watchdog events as of last Friday 12OCT. They are continuing to test and I'd expect an update of weekend testing to arrive later today.

    Comments of course welcomed.

    TY,
    Chris
  • Team,

    3rd party partner, e-con requested that the customer test the lasted TI firmware build (8.9.0.0.79). Results look promising after 1 full day of testing. No watchdog events in ELP mode. They will now prepare to see how it performs in other testing. Stay tuned but I believe we can close this out for the time being. I will note this thread as RESOLVED.

    Regards,
    Chris
  • Chen & Team,

    Lo and behold, unfortunately the customer had another radio issue. Yesterday, while looking at the debug log of a device that ran over the weekend. See below.

    As far as we know it was simply sitting there connected over the weekend. We happened to look at the console interface for another reason and saw the debug output.

    Your comments welcomed.

    Regards,
    Chris

    -----

    root@spot-25401:/etc/init.d# [92344.917053] ------------[ cut here ]------------
    [92344.921966] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/drivers/net/wireless/ti/wlcore/sdio.c:146 wl12xx_sdio_raw_write+0xa4/0x128 [wlcore_sdio]()
    [92344.942352] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92344.969482] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92344.979431] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003aaec>] (warn_slowpath_null+0x1c/0x24)
    [92344.989624] [<c003aaec>] (warn_slowpath_null+0x1c/0x24) from [<bf03f1e8>] (wl12xx_sdio_raw_write+0xa4/0x128 [wlcore_sdio])
    [92345.001556] [<bf03f1e8>] (wl12xx_sdio_raw_write+0xa4/0x128 [wlcore_sdio]) from [<bf1eaf40>] (wl1271_ps_elp_wakeup+0x154/0x234 [wlcore])
    [92345.014526] [<bf1eaf40>] (wl1271_ps_elp_wakeup+0x154/0x234 [wlcore]) from [<bf1df590>] (wlcore_irq_locked+0x40/0x6fc [wlcore])
    [92345.026702] [<bf1df590>] (wlcore_irq_locked+0x40/0x6fc [wlcore]) from [<bf1e1004>] (wlcore_irq+0xf0/0x194 [wlcore])
    [92345.037780] [<bf1e1004>] (wlcore_irq+0xf0/0x194 [wlcore]) from [<c008d788>] (irq_thread+0xcc/0x120)
    [92345.047363] [<c008d788>] (irq_thread+0xcc/0x120) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92345.055755] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92345.064300] ---[ end trace d6242a71d22c87d2 ]---
    [92345.069183] wl1271_sdio mmc0:0001:2: sdio write failed (-110)
    [92345.075256] ------------[ cut here ]------------
    [92345.080200] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/drivers/net/wireless/ti/wlcore/main.c:807 wl12xx_queue_recovery_work+0x6c/0x78 [wlcore]()
    [92345.100433] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92345.127593] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92345.137512] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003aaec>] (warn_slowpath_null+0x1c/0x24)
    [92345.147766] [<c003aaec>] (warn_slowpath_null+0x1c/0x24) from [<bf1e0f08>] (wl12xx_queue_recovery_work+0x6c/0x78 [wlcore])
    [92345.159454] [<bf1e0f08>] (wl12xx_queue_recovery_work+0x6c/0x78 [wlcore]) from [<bf1eaf00>] (wl1271_ps_elp_wakeup+0x114/0x234 [wlcore])
    [92345.172302] [<bf1eaf00>] (wl1271_ps_elp_wakeup+0x114/0x234 [wlcore]) from [<bf1df590>] (wlcore_irq_locked+0x40/0x6fc [wlcore])
    [92345.184417] [<bf1df590>] (wlcore_irq_locked+0x40/0x6fc [wlcore]) from [<bf1e1004>] (wlcore_irq+0xf0/0x194 [wlcore])
    [92345.195495] [<bf1e1004>] (wlcore_irq+0xf0/0x194 [wlcore]) from [<c008d788>] (irq_thread+0xcc/0x120)
    [92345.205078] [<c008d788>] (irq_thread+0xcc/0x120) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92345.213470] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92345.222015] ---[ end trace d6242a71d22c87d3 ]---
    [92345.486633] wlcore: ERROR firmware boot failed despite 3 retries
    [92345.493469] ------------[ cut here ]------------
    [92345.498840] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/util.c:1857 ieee80211_reconfig+0x258/0x12f0 [mac80211]()
    [92345.519775] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92345.547393] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92345.557861] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003aaec>] (warn_slowpath_null+0x1c/0x24)
    [92345.569152] [<c003aaec>] (warn_slowpath_null+0x1c/0x24) from [<bf1282a0>] (ieee80211_reconfig+0x258/0x12f0 [mac80211])
    [92345.581481] [<bf1282a0>] (ieee80211_reconfig+0x258/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92345.594909] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92345.607147] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92345.617218] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92345.626281] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92345.635498] ---[ end trace d6242a71d22c87d4 ]---
    [92345.643280] ------------[ cut here ]------------
    [92345.648529] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 ieee80211_bss_info_change_notify+0x208/0x238 [mac80211]()
    [92345.669586] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92345.677703] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92345.705474] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92345.715972] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92345.727111] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0f3f38>] (ieee80211_bss_info_change_notify+0x208/0x238 [mac80211])
    [92345.740631] [<bf0f3f38>] (ieee80211_bss_info_change_notify+0x208/0x238 [mac80211]) from [<bf148914>] (ieee80211_set_disassoc+0x80/0x30c [mac80211])
    [92345.756134] [<bf148914>] (ieee80211_set_disassoc+0x80/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92345.770172] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92345.784179] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92345.797332] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92345.810729] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92345.823425] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92345.836791] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92345.849853] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92345.860778] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92345.872161] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92345.882019] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92345.891387] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92345.906280] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92345.920959] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92345.934295] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92345.946075] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92345.956146] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92345.965179] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92345.973999] ---[ end trace d6242a71d22c87d5 ]---
    [92345.979248] ------------[ cut here ]------------
    [92345.984436] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 __ieee80211_flush_queues+0x218/0x22c [mac80211]()
    [92346.004241] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92346.011077] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92346.038269] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92346.048614] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92346.059356] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf126b84>] (__ieee80211_flush_queues+0x218/0x22c [mac80211])
    [92346.071960] [<bf126b84>] (__ieee80211_flush_queues+0x218/0x22c [mac80211]) from [<bf148b00>] (ieee80211_set_disassoc+0x26c/0x30c [mac80211])
    [92346.086242] [<bf148b00>] (ieee80211_set_disassoc+0x26c/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92346.103546] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92346.117187] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92346.130371] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92346.143371] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92346.155853] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92346.169189] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92346.181823] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92346.192687] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92346.203277] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92346.213012] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92346.222259] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92346.234863] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92346.249359] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92346.262634] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92346.274475] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92346.284515] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92346.293548] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92346.302368] ---[ end trace d6242a71d22c87d6 ]---
    [92346.307617] ------------[ cut here ]------------
    [92346.312805] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 __ieee80211_flush_queues+0x218/0x22c [mac80211]()
    [92346.332550] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92346.339385] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92346.366577] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92346.377075] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92346.387847] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf126b84>] (__ieee80211_flush_queues+0x218/0x22c [mac80211])
    [92346.400451] [<bf126b84>] (__ieee80211_flush_queues+0x218/0x22c [mac80211]) from [<bf148b30>] (ieee80211_set_disassoc+0x29c/0x30c [mac80211])
    [92346.414764] [<bf148b30>] (ieee80211_set_disassoc+0x29c/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92346.428802] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92346.442413] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92346.455505] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92346.468444] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92346.480926] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92346.494232] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92346.506866] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92346.517730] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92346.528320] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92346.538055] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92346.547302] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92346.559631] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92346.574096] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92346.587341] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92346.599121] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92346.609161] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92346.618194] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92346.627014] ---[ end trace d6242a71d22c87d7 ]---
    [92346.632781] ------------[ cut here ]------------
    [92346.639892] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 __sta_info_destroy_part1+0x250/0x43c [mac80211]()
    [92346.659576] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92346.666442] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92346.693634] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92346.704040] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92346.714782] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0f7d28>] (__sta_info_destroy_part1+0x250/0x43c [mac80211])
    [92346.727294] [<bf0f7d28>] (__sta_info_destroy_part1+0x250/0x43c [mac80211]) from [<bf0fb76c>] (__sta_info_flush+0x108/0x164 [mac80211])
    [92346.740966] [<bf0fb76c>] (__sta_info_flush+0x108/0x164 [mac80211]) from [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211])
    [92346.754455] [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92346.768371] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92346.781890] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92346.794952] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92346.807891] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92346.820404] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92346.833709] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92346.846343] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92346.857208] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92346.868286] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92346.878082] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92346.887390] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92346.899841] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92346.914306] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92346.927612] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92346.939392] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92346.949432] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92346.958465] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92346.967285] ---[ end trace d6242a71d22c87d8 ]---
    [92346.972991] ------------[ cut here ]------------
    [92346.979949] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 __ieee80211_key_destroy+0x18c/0x300 [mac80211]()
    [92346.999572] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92347.006591] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92347.033843] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92347.044586] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92347.055450] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf123ce0>] (__ieee80211_key_destroy+0x18c/0x300 [mac80211])
    [92347.068054] [<bf123ce0>] (__ieee80211_key_destroy+0x18c/0x300 [mac80211]) from [<bf124c50>] (ieee80211_free_sta_keys+0xa4/0xc0 [mac80211])
    [92347.082000] [<bf124c50>] (ieee80211_free_sta_keys+0xa4/0xc0 [mac80211]) from [<bf0fb498>] (__sta_info_destroy_part2+0x30/0x1fc [mac80211])
    [92347.095855] [<bf0fb498>] (__sta_info_destroy_part2+0x30/0x1fc [mac80211]) from [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211])
    [92347.109252] [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211]) from [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211])
    [92347.122619] [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92347.136535] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92347.150054] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92347.165405] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92347.178558] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92347.191162] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92347.204528] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92347.217163] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92347.228057] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92347.238891] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92347.248657] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92347.257965] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92347.270385] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92347.284881] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92347.298156] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92347.309936] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92347.320068] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92347.329132] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92347.337951] ---[ end trace d6242a71d22c87d9 ]---
    [92347.342803] wlan0: failed to remove key (0, 00:26:99:10:83:b5) from hardware (-5)
    [92347.352722] ------------[ cut here ]------------
    [92347.357879] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 drv_sta_state+0x2d0/0x548 [mac80211]()
    [92347.376708] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92347.383239] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92347.410766] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92347.421142] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92347.431793] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0f6210>] (drv_sta_state+0x2d0/0x548 [mac80211])
    [92347.443176] [<bf0f6210>] (drv_sta_state+0x2d0/0x548 [mac80211]) from [<bf0fa240>] (sta_info_move_state+0x1ec/0x298 [mac80211])
    [92347.455871] [<bf0fa240>] (sta_info_move_state+0x1ec/0x298 [mac80211]) from [<bf0fb4dc>] (__sta_info_destroy_part2+0x74/0x1fc [mac80211])
    [92347.469482] [<bf0fb4dc>] (__sta_info_destroy_part2+0x74/0x1fc [mac80211]) from [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211])
    [92347.482910] [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211]) from [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211])
    [92347.496276] [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92347.510192] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92347.523712] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92347.536773] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92347.549743] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92347.562225] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92347.575561] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92347.588165] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92347.599029] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92347.609680] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92347.619445] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92347.628692] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92347.641021] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92347.655517] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92347.668762] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92347.680572] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92347.690612] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92347.699645] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92347.708465] ---[ end trace d6242a71d22c87da ]---
    [92347.713623] ------------[ cut here ]------------
    [92347.718719] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/sta_info.c:921 __sta_info_destroy_part2+0x1cc/0x1fc [mac80211]()
    [92347.738342] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92347.765533] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92347.775909] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003aaec>] (warn_slowpath_null+0x1c/0x24)
    [92347.786621] [<c003aaec>] (warn_slowpath_null+0x1c/0x24) from [<bf0fb634>] (__sta_info_destroy_part2+0x1cc/0x1fc [mac80211])
    [92347.799041] [<bf0fb634>] (__sta_info_destroy_part2+0x1cc/0x1fc [mac80211]) from [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211])
    [92347.812561] [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211]) from [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211])
    [92347.825897] [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92347.839782] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92347.853302] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92347.866790] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92347.879882] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92347.892395] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92347.905731] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92347.922790] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92347.933868] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92347.944488] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92347.954284] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92347.963684] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92347.976165] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92347.990692] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92348.003967] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92348.015716] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92348.025787] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92348.034820] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92348.043640] ---[ end trace d6242a71d22c87db ]---
    [92348.048797] ------------[ cut here ]------------
    [92348.053894] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 drv_sta_state+0x2d0/0x548 [mac80211]()
    [92348.072601] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92348.079437] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92348.106597] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92348.116973] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92348.127593] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0f6210>] (drv_sta_state+0x2d0/0x548 [mac80211])
    [92348.138916] [<bf0f6210>] (drv_sta_state+0x2d0/0x548 [mac80211]) from [<bf0fb5f8>] (__sta_info_destroy_part2+0x190/0x1fc [mac80211])
    [92348.152069] [<bf0fb5f8>] (__sta_info_destroy_part2+0x190/0x1fc [mac80211]) from [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211])
    [92348.165557] [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211]) from [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211])
    [92348.178924] [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92348.192810] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92348.206390] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92348.219451] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92348.232391] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92348.245147] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92348.258514] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92348.271148] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92348.282104] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92348.292663] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92348.302429] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92348.311676] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92348.324035] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92348.338500] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92348.351745] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92348.363555] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92348.373596] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92348.382629] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92348.391510] ---[ end trace d6242a71d22c87dc ]---
    [92348.396362] ------------[ cut here ]------------
    [92348.401885] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/sta_info.c:929 __sta_info_destroy_part2+0x1b4/0x1fc [mac80211]()
    [92348.421386] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92348.448608] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92348.458953] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003aaec>] (warn_slowpath_null+0x1c/0x24)
    [92348.469665] [<c003aaec>] (warn_slowpath_null+0x1c/0x24) from [<bf0fb61c>] (__sta_info_destroy_part2+0x1b4/0x1fc [mac80211])
    [92348.482116] [<bf0fb61c>] (__sta_info_destroy_part2+0x1b4/0x1fc [mac80211]) from [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211])
    [92348.495574] [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211]) from [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211])
    [92348.509002] [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92348.522918] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92348.536437] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92348.549499] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92348.562438] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92348.574951] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92348.588256] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92348.600891] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92348.611785] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92348.622375] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92348.632110] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92348.641357] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92348.653686] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92348.668151] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92348.681396] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92348.693176] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92348.703247] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92348.712280] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92348.721099] ---[ end trace d6242a71d22c87dd ]---
    [92348.726074] ------------[ cut here ]------------
    [92348.731628] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 sta_set_sinfo+0x840/0xa20 [mac80211]()
    [92348.750213] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92348.757049] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92348.784271] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92348.794616] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92348.805328] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0fb288>] (sta_set_sinfo+0x840/0xa20 [mac80211])
    [92348.816680] [<bf0fb288>] (sta_set_sinfo+0x840/0xa20 [mac80211]) from [<bf0fb540>] (__sta_info_destroy_part2+0xd8/0x1fc [mac80211])
    [92348.829772] [<bf0fb540>] (__sta_info_destroy_part2+0xd8/0x1fc [mac80211]) from [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211])
    [92348.843170] [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211]) from [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211])
    [92348.856506] [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92348.870849] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92348.884460] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92348.897552] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92348.910522] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92348.923065] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92348.936401] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92348.949035] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92348.959899] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92348.970489] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92348.980255] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92348.989501] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92349.001831] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92349.016296] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92349.029571] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92349.041320] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92349.051391] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92349.060455] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92349.069274] ---[ end trace d6242a71d22c87de ]---
    [92349.075836] ------------[ cut here ]------------
    [92349.082031] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 ieee80211_sta_debugfs_remove+0x9c/0xa8 [mac80211]()
    [92349.102020] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92349.108886] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92349.136138] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92349.146514] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92349.157379] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf15408c>] (ieee80211_sta_debugfs_remove+0x9c/0xa8 [mac80211])
    [92349.170166] [<bf15408c>] (ieee80211_sta_debugfs_remove+0x9c/0xa8 [mac80211]) from [<bf0fb58c>] (__sta_info_destroy_part2+0x124/0x1fc [mac80211])
    [92349.184570] [<bf0fb58c>] (__sta_info_destroy_part2+0x124/0x1fc [mac80211]) from [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211])
    [92349.198089] [<bf0fb738>] (__sta_info_flush+0xd4/0x164 [mac80211]) from [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211])
    [92349.211425] [<bf14895c>] (ieee80211_set_disassoc+0xc8/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92349.225341] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92349.238861] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92349.252197] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92349.265197] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92349.277740] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92349.291076] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92349.303710] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92349.314575] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92349.325195] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92349.334930] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92349.344177] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92349.356536] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92349.371002] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92349.384246] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92349.396148] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92349.406219] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92349.415252] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92349.424072] ---[ end trace d6242a71d22c87df ]---
    [92349.442382] ------------[ cut here ]------------
    [92349.449432] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 ieee80211_bss_info_change_notify+0x208/0x238 [mac80211]()
    [92349.469970] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92349.476501] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92349.506927] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92349.517486] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92349.528289] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0f3f38>] (ieee80211_bss_info_change_notify+0x208/0x238 [mac80211])
    [92349.541656] [<bf0f3f38>] (ieee80211_bss_info_change_notify+0x208/0x238 [mac80211]) from [<bf148a0c>] (ieee80211_set_disassoc+0x178/0x30c [mac80211])
    [92349.556732] [<bf148a0c>] (ieee80211_set_disassoc+0x178/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92349.570770] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92349.584320] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92349.597381] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92349.610321] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92349.622833] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92349.636138] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92349.648773] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92349.659637] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92349.670227] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92349.679992] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92349.689239] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92349.701568] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92349.716094] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92349.729400] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92349.741180] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92349.758789] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92349.768096] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92349.776977] ---[ end trace d6242a71d22c87e0 ]---
    [92349.781860] ------------[ cut here ]------------
    [92349.787567] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 drv_conf_tx+0x1c8/0x214 [mac80211]()
    [92349.806030] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92349.812530] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92349.840057] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92349.850433] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92349.861114] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0f6830>] (drv_conf_tx+0x1c8/0x214 [mac80211])
    [92349.872833] [<bf0f6830>] (drv_conf_tx+0x1c8/0x214 [mac80211]) from [<bf12793c>] (ieee80211_set_wmm_default+0x210/0x304 [mac80211])
    [92349.886260] [<bf12793c>] (ieee80211_set_wmm_default+0x210/0x304 [mac80211]) from [<bf148a1c>] (ieee80211_set_disassoc+0x188/0x30c [mac80211])
    [92349.900665] [<bf148a1c>] (ieee80211_set_disassoc+0x188/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92349.914703] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92349.928222] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92349.941284] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92349.954315] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92349.966796] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92349.980133] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92349.992767] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92350.003631] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92350.014282] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92350.024047] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92350.033325] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92350.045654] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92350.060119] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92350.073394] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92350.085144] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92350.095214] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92350.104248] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92350.113067] ---[ end trace d6242a71d22c87e1 ]---
    [92350.117919] ------------[ cut here ]------------
    [92350.123413] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 drv_conf_tx+0x1c8/0x214 [mac80211]()
    [92350.141815] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92350.148315] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92350.175811] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92350.186187] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92350.196807] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0f6830>] (drv_conf_tx+0x1c8/0x214 [mac80211])
    [92350.208007] [<bf0f6830>] (drv_conf_tx+0x1c8/0x214 [mac80211]) from [<bf12793c>] (ieee80211_set_wmm_default+0x210/0x304 [mac80211])
    [92350.221313] [<bf12793c>] (ieee80211_set_wmm_default+0x210/0x304 [mac80211]) from [<bf148a1c>] (ieee80211_set_disassoc+0x188/0x30c [mac80211])
    [92350.235656] [<bf148a1c>] (ieee80211_set_disassoc+0x188/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92350.249999] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92350.264038] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92350.281127] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92350.294525] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92350.307159] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92350.321105] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92350.333831] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92350.345123] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92350.355804] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92350.365570] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92350.375213] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92350.387695] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92350.402648] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92350.416015] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92350.427795] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92350.438354] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92350.447418] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92350.458404] ---[ end trace d6242a71d22c87e2 ]---
    [92350.464141] ------------[ cut here ]------------
    [92350.469451] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 drv_conf_tx+0x1c8/0x214 [mac80211]()
    [92350.488067] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92350.495330] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92350.522888] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92350.533325] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92350.544036] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0f6830>] (drv_conf_tx+0x1c8/0x214 [mac80211])
    [92350.555786] [<bf0f6830>] (drv_conf_tx+0x1c8/0x214 [mac80211]) from [<bf12793c>] (ieee80211_set_wmm_default+0x210/0x304 [mac80211])
    [92350.569183] [<bf12793c>] (ieee80211_set_wmm_default+0x210/0x304 [mac80211]) from [<bf148a1c>] (ieee80211_set_disassoc+0x188/0x30c [mac80211])
    [92350.584075] [<bf148a1c>] (ieee80211_set_disassoc+0x188/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92350.598175] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92350.612182] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92350.625396] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92350.638397] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92350.651397] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92350.664794] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92350.677856] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92350.688812] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92350.699432] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92350.709564] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92350.718902] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92350.731719] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92350.746246] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92350.759521] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92350.771789] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92350.781890] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92350.791290] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92350.800170] ---[ end trace d6242a71d22c87e3 ]---
    [92350.805053] ------------[ cut here ]------------
    [92350.810607] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 drv_conf_tx+0x1c8/0x214 [mac80211]()
    [92350.829467] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92350.835998] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92350.863891] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92350.874755] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92350.885925] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0f6830>] (drv_conf_tx+0x1c8/0x214 [mac80211])
    [92350.897277] [<bf0f6830>] (drv_conf_tx+0x1c8/0x214 [mac80211]) from [<bf12793c>] (ieee80211_set_wmm_default+0x210/0x304 [mac80211])
    [92350.911346] [<bf12793c>] (ieee80211_set_wmm_default+0x210/0x304 [mac80211]) from [<bf148a1c>] (ieee80211_set_disassoc+0x188/0x30c [mac80211])
    [92350.925903] [<bf148a1c>] (ieee80211_set_disassoc+0x188/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92350.940002] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92350.954162] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92350.967407] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92350.980926] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92350.993621] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92351.007476] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92351.020294] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92351.031646] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92351.042327] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92351.052154] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92351.061950] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92351.074493] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92351.089050] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92351.103118] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92351.114959] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92351.125518] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92351.134643] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92351.143524] ---[ end trace d6242a71d22c87e4 ]---
    [92351.148803] ------------[ cut here ]------------
    [92351.156677] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 ieee80211_assign_vif_chanctx+0x4c0/0x4f0 [mac80211]()
    [92351.176849] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92351.184204] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92351.212371] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92351.222778] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92351.233734] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf12dbf8>] (ieee80211_assign_vif_chanctx+0x4c0/0x4f0 [mac80211])
    [92351.247344] [<bf12dbf8>] (ieee80211_assign_vif_chanctx+0x4c0/0x4f0 [mac80211]) from [<bf12ece8>] (__ieee80211_vif_release_channel+0x60/0x104 [mac80211])
    [92351.262817] [<bf12ece8>] (__ieee80211_vif_release_channel+0x60/0x104 [mac80211]) from [<bf12f69c>] (ieee80211_vif_release_channel+0x4c/0xb0 [mac80211])
    [92351.279022] [<bf12f69c>] (ieee80211_vif_release_channel+0x4c/0xb0 [mac80211]) from [<bf148a70>] (ieee80211_set_disassoc+0x1dc/0x30c [mac80211])
    [92351.293731] [<bf148a70>] (ieee80211_set_disassoc+0x1dc/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92351.308380] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92351.322174] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92351.335784] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92351.348907] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92351.361968] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92351.375518] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92351.388305] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92351.399810] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92351.410491] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92351.420318] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92351.430084] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92351.443023] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92351.457641] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92351.470977] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92351.482727] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92351.492828] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92351.501861] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92351.510681] ---[ end trace d6242a71d22c87e5 ]---
    [92351.515563] ------------[ cut here ]------------
    [92351.521148] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 ieee80211_bss_info_change_notify+0x208/0x238 [mac80211]()
    [92351.541503] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92351.548309] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92351.581268] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92351.591918] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92351.602844] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0f3f38>] (ieee80211_bss_info_change_notify+0x208/0x238 [mac80211])
    [92351.616119] [<bf0f3f38>] (ieee80211_bss_info_change_notify+0x208/0x238 [mac80211]) from [<bf12d928>] (ieee80211_assign_vif_chanctx+0x1f0/0x4f0 [mac80211])
    [92351.631622] [<bf12d928>] (ieee80211_assign_vif_chanctx+0x1f0/0x4f0 [mac80211]) from [<bf12ece8>] (__ieee80211_vif_release_channel+0x60/0x104 [mac80211])
    [92351.646881] [<bf12ece8>] (__ieee80211_vif_release_channel+0x60/0x104 [mac80211]) from [<bf12f69c>] (ieee80211_vif_release_channel+0x4c/0xb0 [mac80211])
    [92351.662139] [<bf12f69c>] (ieee80211_vif_release_channel+0x4c/0xb0 [mac80211]) from [<bf148a70>] (ieee80211_set_disassoc+0x1dc/0x30c [mac80211])
    [92351.676666] [<bf148a70>] (ieee80211_set_disassoc+0x1dc/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92351.690704] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92351.704223] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92351.717315] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92351.730285] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92351.742797] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92351.756103] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92351.768768] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92351.779632] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92351.790222] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92351.799987] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92351.809234] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92351.821563] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92351.836151] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92351.849456] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92351.861236] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92351.871734] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92351.880859] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92351.889709] ---[ end trace d6242a71d22c87e6 ]---
    [92351.894866] ------------[ cut here ]------------
    [92351.900390] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:863 ieee80211_del_chanctx+0x10c/0x21c [mac80211]()
    [92351.919860] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92351.947082] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92351.957489] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003aaec>] (warn_slowpath_null+0x1c/0x24)
    [92351.968292] [<c003aaec>] (warn_slowpath_null+0x1c/0x24) from [<bf12c0b4>] (ieee80211_del_chanctx+0x10c/0x21c [mac80211])
    [92351.980651] [<bf12c0b4>] (ieee80211_del_chanctx+0x10c/0x21c [mac80211]) from [<bf12c694>] (ieee80211_free_chanctx+0x50/0xc0 [mac80211])
    [92351.994354] [<bf12c694>] (ieee80211_free_chanctx+0x50/0xc0 [mac80211]) from [<bf12ed54>] (__ieee80211_vif_release_channel+0xcc/0x104 [mac80211])
    [92352.008911] [<bf12ed54>] (__ieee80211_vif_release_channel+0xcc/0x104 [mac80211]) from [<bf12f69c>] (ieee80211_vif_release_channel+0x4c/0xb0 [mac80211])
    [92352.024139] [<bf12f69c>] (ieee80211_vif_release_channel+0x4c/0xb0 [mac80211]) from [<bf148a70>] (ieee80211_set_disassoc+0x1dc/0x30c [mac80211])
    [92352.040710] [<bf148a70>] (ieee80211_set_disassoc+0x1dc/0x30c [mac80211]) from [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211])
    [92352.055297] [<bf14e88c>] (ieee80211_mgd_deauth+0x2d4/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92352.068939] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92352.082061] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92352.095062] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92352.107574] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92352.124816] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92352.137817] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92352.148895] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92352.159973] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92352.169799] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92352.179168] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92352.192077] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92352.206634] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92352.220520] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92352.232360] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92352.242431] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92352.251892] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92352.260772] ---[ end trace d6242a71d22c87e7 ]---
    [92352.269348] ------------[ cut here ]------------
    [92352.276245] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 __ieee80211_key_destroy+0x18c/0x300 [mac80211]()
    [92352.296112] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92352.302978] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92352.330688] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92352.341461] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92352.352294] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf123ce0>] (__ieee80211_key_destroy+0x18c/0x300 [mac80211])
    [92352.365203] [<bf123ce0>] (__ieee80211_key_destroy+0x18c/0x300 [mac80211]) from [<bf112f34>] (ieee80211_del_key+0x74/0xa4 [mac80211])
    [92352.378875] [<bf112f34>] (ieee80211_del_key+0x74/0xa4 [mac80211]) from [<bf06e0a4>] (__cfg80211_disconnected+0x108/0x3e4 [cfg80211])
    [92352.392333] [<bf06e0a4>] (__cfg80211_disconnected+0x108/0x3e4 [cfg80211]) from [<bf06a328>] (cfg80211_process_deauth+0xd0/0xe4 [cfg80211])
    [92352.407043] [<bf06a328>] (cfg80211_process_deauth+0xd0/0xe4 [cfg80211]) from [<bf1456a8>] (ieee80211_report_disconnect+0x40/0x19c [mac80211])
    [92352.421600] [<bf1456a8>] (ieee80211_report_disconnect+0x40/0x19c [mac80211]) from [<bf14e6f0>] (ieee80211_mgd_deauth+0x138/0x57c [mac80211])
    [92352.436492] [<bf14e6f0>] (ieee80211_mgd_deauth+0x138/0x57c [mac80211]) from [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211])
    [92352.452545] [<bf06b100>] (cfg80211_mlme_deauth+0xc4/0x210 [cfg80211]) from [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211])
    [92352.465850] [<bf06b510>] (cfg80211_mlme_down+0x78/0xac [cfg80211]) from [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211])
    [92352.478881] [<bf06eb18>] (cfg80211_disconnect+0x1bc/0x260 [cfg80211]) from [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211])
    [92352.491424] [<bf045158>] (cfg80211_leave+0x28/0x34 [cfg80211]) from [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211])
    [92352.504760] [<bf045510>] (cfg80211_netdev_notifier_call+0x3ac/0x630 [cfg80211]) from [<c057a0c0>] (notifier_call_chain+0x44/0x84)
    [92352.517425] [<c057a0c0>] (notifier_call_chain+0x44/0x84) from [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20)
    [92352.528320] [<c0060dfc>] (raw_notifier_call_chain+0x18/0x20) from [<c04bada4>] (__dev_close_many+0x30/0xd0)
    [92352.538909] [<c04bada4>] (__dev_close_many+0x30/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92352.548645] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92352.557922] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92352.570312] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92352.584808] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92352.598114] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92352.609893] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92352.619964] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92352.628997] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92352.637847] ---[ end trace d6242a71d22c87e8 ]---
    [92352.643005] wlan0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-5)
    [92352.654296] ------------[ cut here ]------------
    [92352.660186] WARNING: at /home/wadev/vsdbuild/vsd/tmp/work/esom-poky-linux-gnueabi/ti-wireless-driver-1.0-r0/ti-wireless-driver/net/mac80211/driver-ops.h:12 drv_remove_interface+0x88/0x18c [mac80211]()
    [92352.679443] wlan0: Failed check-sdata-in-driver check, flags: 0x4
    [92352.688354] Modules linked in: mtdoops(O) xt_limit xt_tcpudp xt_conntrack iptable_filter ip_tables x_tables bq27x00_battery(O) sitronix_i2c_touch wl18xx(O) wlcore(O) mac80211(O) cfg80211(O) wlcore_sdio(O) compat(O) g_mass_storage libcomposite cryptodev(O) gpio_event_drv(O) accelDriver(O)
    [92352.715515] [<c00196fc>] (unwind_backtrace+0x0/0xf0) from [<c003aab8>] (warn_slowpath_common+0x4c/0x64)
    [92352.726043] [<c003aab8>] (warn_slowpath_common+0x4c/0x64) from [<c003ab64>] (warn_slowpath_fmt+0x30/0x40)
    [92352.736785] [<c003ab64>] (warn_slowpath_fmt+0x30/0x40) from [<bf0f5e3c>] (drv_remove_interface+0x88/0x18c [mac80211])
    [92352.748901] [<bf0f5e3c>] (drv_remove_interface+0x88/0x18c [mac80211]) from [<bf10ae3c>] (ieee80211_do_stop+0x668/0x7e0 [mac80211])
    [92352.762084] [<bf10ae3c>] (ieee80211_do_stop+0x668/0x7e0 [mac80211]) from [<bf10afc4>] (ieee80211_stop+0x10/0x18 [mac80211])
    [92352.774414] [<bf10afc4>] (ieee80211_stop+0x10/0x18 [mac80211]) from [<c04badfc>] (__dev_close_many+0x88/0xd0)
    [92352.785278] [<c04badfc>] (__dev_close_many+0x88/0xd0) from [<c04baf00>] (dev_close_many+0x80/0xec)
    [92352.795043] [<c04baf00>] (dev_close_many+0x80/0xec) from [<c04bc6cc>] (dev_close+0x34/0x4c)
    [92352.804443] [<c04bc6cc>] (dev_close+0x34/0x4c) from [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211])
    [92352.816864] [<bf044bac>] (cfg80211_shutdown_all_interfaces+0x34/0xa0 [cfg80211]) from [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211])
    [92352.831329] [<bf12852c>] (ieee80211_reconfig+0x4e4/0x12f0 [mac80211]) from [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211])
    [92352.844604] [<bf0f3420>] (ieee80211_restart_work+0x58/0x84 [mac80211]) from [<c0055760>] (process_one_work+0x1ac/0x5a4)
    [92352.856384] [<c0055760>] (process_one_work+0x1ac/0x5a4) from [<c0055ec4>] (worker_thread+0x158/0x474)
    [92352.866851] [<c0055ec4>] (worker_thread+0x158/0x474) from [<c005afb0>] (kthread+0xa4/0xb0)
    [92352.876007] [<c005afb0>] (kthread+0xa4/0xb0) from [<c0013390>] (ret_from_fork+0x14/0x24)
    [92352.884857] ---[ end trace d6242a71d22c87e9 ]---
    [92353.009857] wlcore: ERROR firmware boot failed despite 3 retries
    [92354.217559] wlcore: ERROR firmware boot failed despite 3 retries
    [92354.557952] wlcore: ERROR firmware boot failed despite 3 retries
    [92354.712829] wlcore: ERROR firmware boot failed despite 3 retries
    [92355.837860] wlcore: ERROR firmware boot failed despite 3 retries
    [92356.962829] wlcore: ERROR firmware boot failed despite 3 retries
    [92358.087890] wlcore: ERROR firmware boot failed despite 3 retries
    [92359.212829] wlcore: ERROR firmware boot failed despite 3 retries
  • Hello Chris,

    It seems like a SDIO interface error.
    I will consult with one of the SDIO experts and get back to you on this issue.

    BR,
    Chen Loewy
  • Hello,

    A couple of questions/suggestions:
    1. Are they using the in-tree drivers that are part of their 3.8.x kernel are they building our latest drivers (R8.7_SP3 v4.4 based) using our build scripts with their kernel? IF they are using the in-tree drivers, I suggest switching to our latest drivers
    2. They can start by trying to disable power save (and ELP) and see if it helps:
    processors.wiki.ti.com/.../WL18xx_Driver_Debug

    Best Regards,
    Eyal
  • All-

    This seems very much like the issue we are having as reported here:

  • Hi Chris,

    Did the last suggestion fix your issue? I am closing for now, but please re-open or re-post if the thread is locked if you are still having an issue.

    Thanks,
    Riz