All of lore.kernel.org
 help / color / mirror / Atom feed
From: Larry Finger <Larry.Finger@lwfinger.net>
To: jorge potosme <jorge_potosme@hotmail.com>
Cc: wireless <linux-wireless@vger.kernel.org>
Subject: Re: Low wireless ratio with RTL8188CE, dont get all wireless AP
Date: Tue, 24 Apr 2012 10:11:14 -0500	[thread overview]
Message-ID: <4F96C292.8080902@lwfinger.net> (raw)
In-Reply-To: <BLU0-SMTP371AD602F7E93D9310AF9AF9A260@phx.gbl>

On 04/24/2012 07:26 AM, jorge potosme wrote:
> The drirver can connect without problems, but i cant get a full list of all
> access points, i dunno so much about coding drivers but i saw some diferences
> with the source code of some driver files on linux-3.1.10 and linux-3.3.2, well
> now ill try with kernel 3.3.3.
>
> *kernel 3.1.10*
> */drivers/net/wireless/rtlwifi/rtl8192ce/hw.c*
> lines 924,926 and 927 kernel 3.3.2 dont have that lines
> lines 1202,1213 are diferent on kernel 3.3.2
>
> *kernel 3.1.10*
> */drivers/net/wireless/rtlwifi/rtl8192ce/sw.c*
>
> /* request fw */
> err = request_firmware(&firmware, rtlpriv->cfg->fw_name,
> rtlpriv->io.dev);
>
> *on kernel 3.3.2*
>
> /* request fw */
> if (IS_VENDOR_UMC_A_CUT(rtlhal->version) &&
> !IS_92C_SERIAL(rtlhal->version))
> rtlpriv->cfg->fw_name = "rtlwifi/rtl8192cfwU.bin";
> else if (IS_81xxC_VENDOR_UMC_B_CUT(rtlhal->version))
> rtlpriv->cfg->fw_name = "rtlwifi/rtl8192cfwU_B.bin";
>
> rtlpriv->max_fw_size = 0x4000;
> pr_info("Using firmware %s\n", rtlpriv->cfg->fw_name);
> err = request_firmware_nowait(THIS_MODULE, 1, rtlpriv->cfg->fw_name,
> rtlpriv->io.dev, GFP_KERNEL, hw,
> rtl_fw_cb);

Two points to consider: (1) Unless you are paying for private consulting, never 
drop any mailing lists from your replies. Use "Reply All", not "Reply". (2) 
Always use the diff utility with the "-u" option to show differences in source 
files.

Larry




           reply	other threads:[~2012-04-24 15:11 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <BLU0-SMTP371AD602F7E93D9310AF9AF9A260@phx.gbl>]

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=4F96C292.8080902@lwfinger.net \
    --to=larry.finger@lwfinger.net \
    --cc=jorge_potosme@hotmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.