]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mwifiex: fix typo in RSSI_HIGH event handling
authorBing Zhao <bzhao@marvell.com>
Tue, 10 Apr 2012 03:06:53 +0000 (20:06 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 12 Apr 2012 19:10:27 +0000 (15:10 -0400)
This is a copy-n-paste error introduced in recent patch
"mwifiex: add set_cqm_rssi_config handler support".

Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/sta_cmd.c

index e90c34d9c63d550223914e30c4087cd825e644a9..1f7110577b9d9205d26b4aec4d2590b46db5a075 100644 (file)
@@ -988,7 +988,7 @@ mwifiex_cmd_802_11_subsc_evt(struct mwifiex_private *priv,
                rssi_tlv->abs_value = subsc_evt_cfg->bcn_h_rssi_cfg.abs_value;
                rssi_tlv->evt_freq = subsc_evt_cfg->bcn_h_rssi_cfg.evt_freq;
 
-               dev_dbg(priv->adapter->dev, "Cfg Beacon Low Rssi event, "
+               dev_dbg(priv->adapter->dev, "Cfg Beacon High Rssi event, "
                        "RSSI:-%d dBm, Freq:%d\n",
                        subsc_evt_cfg->bcn_h_rssi_cfg.abs_value,
                        subsc_evt_cfg->bcn_h_rssi_cfg.evt_freq);