Mange / rtl8192eu-linux-driver

Drivers for the rtl8192eu chipset for wireless adapters (D-Link DWA-131 rev E1 included!)
1.3k stars 423 forks source link

AP does not run at HT speeds #150

Closed yavincl closed 4 years ago

yavincl commented 4 years ago

"iw phy" outputs that my wireless dongle's maximum rate is 300Mbps on HT, which is enabled on hostapd (Tested with 40mhz and 20mhz on WiFi n). "iw phy" also says that non-HT bitrates are 54Mbps maximum, which is the maximum speed reported by testing my phone and linux AP with iperf3.

I've also checked the output of "lsusb -t" to get a maximum rate of 480Mbps on the port.

Why does the 8192eu dongle not function at the HT bitrate that is also the one advertised in the product's packaging? The device is a brazilian IWA 3001 by Intelbras, manufactured in China. It has a 8192EU chip and external antenna support.

Unfortunately the datasheet wouldn't be so useful here as it doesn't say much and is in Portuguese. It says however that it is MiMo and works with IEEE 802.11b/g/n modes, max 20dBm.

yavincl commented 4 years ago

Problem remains, but running "iwlist [interface] bitrate" shows the current bitrate as a proper 300Mb/s.

CGarces commented 4 years ago

Hi @yagoplx The patch at https://github.com/lwfinger/rtl8192ee/pull/2 apply to this driver? You have a rtl8192eu device?

yavincl commented 4 years ago

Yes, I have a 8192ee and a 8192eu.

The patch was just meant to get that driver to 50Mbps max. Your driver can already reach this speed.

yavincl commented 4 years ago

@CGarces you might want to check this out: https://github.com/lwfinger/rtl8192ee/issues/5

It applies to your driver as well.

CGarces commented 4 years ago

I'll check during the weekend. Feel free to send a PR if you have free time.