linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: Taehee Yoo <ap420073@gmail.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH] rtlwifi: rtl8192cu: Set fw_ready flag
Date: Sat, 24 Jan 2015 10:51:53 -0600	[thread overview]
Message-ID: <54C3CDA9.3060401@lwfinger.net> (raw)
In-Reply-To: <1422100540-6338-1-git-send-email-ap420073@gmail.com>

On 01/24/2015 05:55 AM, Taehee Yoo wrote:
> After rtl8192cu download firmware routine, set fw_ready flag.
>
> Signed-off-by: Taehee Yoo <ap420073@gmail.com>
> ---
>   drivers/net/wireless/rtlwifi/rtl8192cu/hw.c | 3 +++
>   1 file changed, 3 insertions(+)

Acked-by: Larry Finger <Larry.Finger@lwfinger.net>

Thanks,

Larry

>
> diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
> index 5513217..2468850 100644
> --- a/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
> +++ b/drivers/net/wireless/rtlwifi/rtl8192cu/hw.c
> @@ -1000,6 +1000,7 @@ int rtl92cu_hw_init(struct ieee80211_hw *hw)
>   	local_save_flags(flags);
>   	local_irq_enable();
>
> +	rtlhal->fw_ready = false;
>   	rtlhal->hw_type = HARDWARE_TYPE_RTL8192CU;
>   	err = _rtl92cu_init_mac(hw);
>   	if (err) {
> @@ -1013,6 +1014,8 @@ int rtl92cu_hw_init(struct ieee80211_hw *hw)
>   		err = 1;
>   		goto exit;
>   	}
> +
> +	rtlhal->fw_ready = true;
>   	rtlhal->last_hmeboxnum = 0; /* h2c */
>   	_rtl92cu_phy_param_tab_init(hw);
>   	rtl92cu_phy_mac_config(hw);
>


  reply	other threads:[~2015-01-24 16:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-24 11:55 [PATCH] rtlwifi: rtl8192cu: Set fw_ready flag Taehee Yoo
2015-01-24 16:51 ` Larry Finger [this message]
2015-01-25 19:39 ` Larry Finger
2015-01-27 18:20 ` Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54C3CDA9.3060401@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=ap420073@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).