diff options
author | Ganapathi Bhat <gbhat@marvell.com> | 2017-08-03 01:34:46 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2017-08-08 14:47:06 +0300 |
commit | bd69cddcdf47919a8f7145779c5da2db3c543bca (patch) | |
tree | f866df64391856b64c7e4512ce0fc464b9d5a7a4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 80a88ecf3bccb129146e00e429a4b8a90fb89f11 (diff) |
mwifiex: replace netif_carrier_on/off by netif_device_attach/dettach
Driver is doing netif_carrier_off during suspend, which will set
the IFF_LOWER_UP flag to 0. As a result certain applications
will think this as a real carrier down and behave accordingly.
This will cause issues like loss of IP address, for example. To
fix this use netif_device_dettach during suspend.
Fixes: 0026b32d723e ('mwifiex: fix Tx timeout issue during suspend test')
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Ganapathi Bhat <gbhat@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions