> does this behaviour is still happening with the Windows driver?
No not under Windows.

The 802.11n rates with hostapd worked after playing with ht_capab in the 
hostapd.conf file. I am not so sure what really made the difference but for my 
prototype testing it did the job.

Thank you everyone for all your help!

Hasan R.

-----Original Message-----
From: Mohammed Shafi [mailto:shafi.at...@gmail.com] 
Sent: Tuesday, April 19, 2011 12:21 AM
To: Hasan Rashid
Cc: ath9k-devel@lists.ath9k.org
Subject: Re: [ath9k-devel] Sparklan WPEA-121N AR9382 168c:abcd

On Tue, Apr 12, 2011 at 10:02 PM, Hasan Rashid <hras...@avionica.com> wrote:
>
> I found out the issue is not with the hardware or ath9k. It is with 
> the tablet that I am using. On my Dell Vostro 1520 the pci device ID 
> is reported correctly without any issues. On the tablet the same card 
> is reported as an Ethernet Controller and the bogus vendor id.

good that you found it out!

>
> On another note, even with the correct vendor id, regardless of AP or 
> Station mode, the transmit rate is still limited 54MBit/sec.

does this behaviour is still happening with the Windows driver?

>
> For now, I think we can close this thread on the note that the bogus 
> vendor id is not an ath9k issue.
>
> Thanks for all the help.
>
> -----Original Message-----
> From: Mohammed Shafi [mailto:shafi.at...@gmail.com]
> Sent: Tue 4/12/2011 7:46 AM
> To: Hasan Rashid
> Cc: ath9k-devel@lists.ath9k.org
> Subject: Re: [ath9k-devel] Sparklan WPEA-121N AR9382 168c:abcd
>
> On Mon, Apr 11, 2011 at 11:24 PM, Hasan Rashid <hras...@avionica.com> wrote:
>>
>> I have attached the driver load output in dmesg.
>>
>> By the way why does AR9382 require Kernel 2.6.36 or higher? Can you 
>> list the major requirements?
>
> because the hardware code(HAL) will be present from that kernel 
> version only.
>>
>> Hasan R.
>>
>> -----Original Message-----
>> From: ath9k-devel-boun...@lists.ath9k.org
>> [mailto:ath9k-devel-boun...@lists.ath9k.org] On Behalf Of Peter Stuge
>> Sent: Monday, April 11, 2011 12:20 PM
>> To: ath9k-devel@lists.ath9k.org
>> Subject: Re: [ath9k-devel] Sparklan WPEA-121N AR9382 168c:abcd
>>
>> Mohammed Shafi wrote:
>>> to make sure that HT is configured in driver please do this
>>>
>>> diff --git a/drivers/net/wireless/ath/ath9k/hw.c
>>> b/drivers/net/wireless/ath/ath9k/hw.c
>>> index 1b5bd13..720a866 100644
>>> --- a/drivers/net/wireless/ath/ath9k/hw.c
>>> +++ b/drivers/net/wireless/ath/ath9k/hw.c
>>> @@ -1855,6 +1855,8 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah)
>>>         else
>>>                 pCap->hw_caps &= ~ATH9K_HW_CAP_HT;
>>>
>>> +               pCap->hw_caps |= ATH9K_HW_CAP_HT;
>>> +
>>
>> The indentation is off, or do you mean to include the added line only 
>> within the else block? If so, remember to add braces.
>>
>>
>> //Peter
>> _______________________________________________
>> ath9k-devel mailing list
>> ath9k-devel@lists.ath9k.org
>> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>>
>> This communication contains information that may be confidential or 
>> privileged. The information is solely intended for the use of the addressee.
>> If you are not the intended recipient, be advised that any 
>> disclosure, copy, distribution, or use of the contents of this 
>> communication is prohibited. If you have received this communication 
>> in error, please immediately notify the sender by telephone or by 
>> electronic mail.
>> _______________________________________________
>> ath9k-devel mailing list
>> ath9k-devel@lists.ath9k.org
>> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>>
>>
>
> This communication contains information that may be confidential or 
> privileged. The information is solely intended for the use of the addressee.
> If you are not the intended recipient, be advised that any disclosure, 
> copy, distribution, or use of the contents of this communication is 
> prohibited. If you have received this communication in error, please 
> immediately notify the sender by telephone or by electronic mail.
This communication contains information that may be confidential or privileged. 
The information is solely intended for the use of the addressee. If you are not 
the intended recipient, be advised that any disclosure, copy, distribution, or 
use of the contents of this communication is prohibited. If you have received 
this communication in
error, please immediately notify the sender by telephone or by electronic mail.
_______________________________________________
ath9k-devel mailing list
ath9k-devel@lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to