gglluukk

Results 35 comments of gglluukk

@Terracuk ```sudo make install```

i meant that error which @PanDa-Dax had. if you're unable to compile: update your distro, delete driver's source and download it again. other option is to use rtl8xxxu coming with...

call to `netif_napi_add()` calls `netif_napi_add_weight()` so let it keep being compatible with older versions see: https://elixir.bootlin.com/linux/v6.0.19/source/include/linux/netdevice.h#L2553

@Darsstar my custom task was to speed up the particular code (cancellation/connection check there is done by its own logic). during that i've researched the speed degradation and proposed patch....

to enable monitor mode run: ``` modprobe 8188eu sleep 1 ifconfig wlan up iw dev wlan set type monitor ``` also make sure that default driver for wlan isn't load...