diff options
author | Amitkumar Karwar <akarwar@marvell.com> | 2014-12-31 02:36:44 -0800 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-01-06 21:20:22 +0200 |
commit | ca5b20e6b4dfb1561cda8ef82dbe555aa26a036e (patch) | |
tree | 8b08f1556ee9da442dda7f7bb1c5e3b750e6a91b /drivers/net/wireless/mwifiex/usb.c | |
parent | b420166fa87a281a5476716982655009fd11e724 (diff) | |
download | op-kernel-dev-ca5b20e6b4dfb1561cda8ef82dbe555aa26a036e.zip op-kernel-dev-ca5b20e6b4dfb1561cda8ef82dbe555aa26a036e.tar.gz |
mwifiex: Increase priority of firmware download message
When driver is loaded, it is important to know if FW was already
active or it is freshly downloaded. This patch increases the
priority of these messages.
Signed-off-by: Cathy Luo <cluo@marvell.com>
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/mwifiex/usb.c')
-rw-r--r-- | drivers/net/wireless/mwifiex/usb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/usb.c b/drivers/net/wireless/mwifiex/usb.c index 199b43f..6c62995 100644 --- a/drivers/net/wireless/mwifiex/usb.c +++ b/drivers/net/wireless/mwifiex/usb.c @@ -930,7 +930,8 @@ static int mwifiex_prog_fw_w_helper(struct mwifiex_adapter *adapter, } while ((dnld_cmd != FW_HAS_LAST_BLOCK) && retries); cleanup: - dev_dbg(adapter->dev, "%s: %d bytes downloaded\n", __func__, tlen); + dev_notice(adapter->dev, + "info: FW download over, size %d bytes\n", tlen); kfree(recv_buff); kfree(fwdata); |