All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Low wireless ratio with RTL8188CE, dont get all wireless AP
       [not found]   ` <BLU0-SMTP371AD602F7E93D9310AF9AF9A260@phx.gbl>
@ 2012-04-24 15:11     ` Larry Finger
  0 siblings, 0 replies; only message in thread
From: Larry Finger @ 2012-04-24 15:11 UTC (permalink / raw)
  To: jorge potosme; +Cc: wireless

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-24 15:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <BLU0-SMTP2056B92726653D8AAE3E9EF9A210@phx.gbl>
     [not found] ` <4F95E825.5060902@lwfinger.net>
     [not found]   ` <BLU0-SMTP371AD602F7E93D9310AF9AF9A260@phx.gbl>
2012-04-24 15:11     ` Low wireless ratio with RTL8188CE, dont get all wireless AP Larry Finger

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.