Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 1/4] mwifiex: remove unnecessary mwifiex_dump_station_info() call
@ 2011-09-27  3:37 Bing Zhao
  2011-09-27  3:37 ` [PATCH 2/4] mwifiex: remove unreachable code Bing Zhao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bing Zhao @ 2011-09-27  3:37 UTC (permalink / raw)
  To: linux-wireless
  Cc: John W. Linville, Amitkumar Karwar, Kiran Divekar, Yogesh Powar,
	Frank Huang, Bing Zhao

From: Amitkumar Karwar <akarwar@marvell.com>

An extra call to mwifiex_dump_station_info() routine in get_station
callback function is redundant

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
---
 drivers/net/wireless/mwifiex/cfg80211.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/net/wireless/mwifiex/cfg80211.c b/drivers/net/wireless/mwifiex/cfg80211.c
index 6fd53e4..5550741 100644
--- a/drivers/net/wireless/mwifiex/cfg80211.c
+++ b/drivers/net/wireless/mwifiex/cfg80211.c
@@ -565,8 +565,6 @@ mwifiex_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev,
 {
 	struct mwifiex_private *priv = mwifiex_netdev_get_priv(dev);
 
-	mwifiex_dump_station_info(priv, sinfo);
-
 	if (!priv->media_connected)
 		return -ENOENT;
 	if (memcmp(mac, priv->cfg_bssid, ETH_ALEN))
-- 
1.7.0.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-09-27  3:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27  3:37 [PATCH 1/4] mwifiex: remove unnecessary mwifiex_dump_station_info() call Bing Zhao
2011-09-27  3:37 ` [PATCH 2/4] mwifiex: remove unreachable code Bing Zhao
2011-09-27  3:37 ` [PATCH 3/4] mwifiex: fix Tx data rate display issue Bing Zhao
2011-09-27  3:37 ` [PATCH 4/4] mwifiex: add cfg80211 handlers add/del_virtual_intf Bing Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox