pritambaral / hostapd-rtl871xdrv

Hostapd driver for RTL8188{C|CU|CUS} wifi chips.
176 stars 43 forks source link

ioctl[RTL_IOCTL_HOSTAPD]: Invalid argument #1

Closed sedrubal closed 9 years ago

sedrubal commented 9 years ago

Hi,

When I start the patched version (but it's the same with the unpatched version) of hostapd manually, I get following message:

ioctl[RTL_IOCTL_HOSTAPD]: Invalid argument
pritambaral commented 9 years ago

Is that a warning or an error? The latter stop the program, the former are just printed to stderr and do not otherwise interrupt the running program.

If you find the same thing with the unpatched version, it cannot be an issue with this repo's code, can it?

Here's what I think is really happening:

closing because invalid

sedrubal commented 9 years ago

It's a warning.

If you find the same thing with the unpatched version, it cannot be an issue with this repo's code, can it?

Oops, you're right. But there is a instruction on adafruit.com, that says, that I have to patch the original driver, if this warning appears.

/closing because invalid/

ok.