Search Linux Wireless

Re: [regression]AP with hostapd 0.7.3 can't receive packets beyond authentication (2.6.36, rt73usb)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

>>
>> While reading through the code I noticed the following in rt2800_config_intf():
>>
>>               rt2x00_set_field32(&reg, MAC_BSSID_DW1_BSS_ID_MASK, 3);
>>
>> However, in Ralink source from http://www.ralinktech.com/support.php?s=2
>> in DPO_RT3370_LinuxSTA_V2.4.0.1_20100831/include/chip/rtmp_mac.h it says:
>>                 USHORT          BssIdMask:2; // 0: one BSSID, 10: 4 BSSID,  01: 2 BSSID , 11: 8BSSID
>>
>> This is different from rt73usb where 3 means "one BSSID".
>
> Any comments on this?
>
>
> I still have a very limited understanding of mac80211 and rt2xx code,
> but I'm reading through the code and report what looks suspicious
> to me.  I hope that's OK?   Here's another one:

Off course thats ok. :)

> In rt2x00lib_rxdone():
>
>        /*
>         * Allocate a new sk_buffer. If no new buffer available, drop the
>         * received frame and reuse the existing buffer.
>         */
>        skb = rt2x00queue_alloc_rxskb(rt2x00dev, entry);
>        if (!skb)
>                return;
>
> Should this not be "goto submit_entry;"?

Absolutely true, I committed a patch for that 1 or 2 weeks ago,
so that should be visible in compat-wireless by now.

Ivo
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux