diff options
author | Avinash Patil <patila@marvell.com> | 2014-09-12 20:08:55 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-09-15 15:00:52 -0400 |
commit | 97010cf8dfe5ca2d9f5d8d32a0e1f25246f852ea (patch) | |
tree | 078bd1d90380d9f35a7c6193ece5ffe2a7dba350 | |
parent | cb91be87e12c079fcf25069a21123756c0931dd6 (diff) | |
download | op-kernel-dev-97010cf8dfe5ca2d9f5d8d32a0e1f25246f852ea.zip op-kernel-dev-97010cf8dfe5ca2d9f5d8d32a0e1f25246f852ea.tar.gz |
mwifiex: remove restriction of single channel scan when connected
With scan channel gap in place, FW comes back to connected channel
after each scan; so we dont need to restrict FW to scan
single channel while connected.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Marc Yang <yangyang@marvell.com>
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/mwifiex/scan.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/wireless/mwifiex/scan.c b/drivers/net/wireless/mwifiex/scan.c index 2f86bb6..183528d 100644 --- a/drivers/net/wireless/mwifiex/scan.c +++ b/drivers/net/wireless/mwifiex/scan.c @@ -1067,12 +1067,6 @@ mwifiex_config_scan(struct mwifiex_private *priv, *filtered_scan); } - /* - * In associated state we will reduce the number of channels scanned per - * scan command to 1 to avoid any traffic delay/loss. - */ - if (priv->media_connected) - *max_chan_per_scan = 1; } /* |