linux-stable/drivers/staging/rtl8188eu/os_dep
Larry Finger b77992d2df staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID
When not associated with an AP, wifi device drivers should respond to the
SIOCGIWESSID ioctl with a zero-length string for the SSID, which is the
behavior expected by dhcpcd.

Currently, this driver returns an error code (-1) from the ioctl call,
which causes dhcpcd to assume that the device is not a wireless interface
and therefore it fails to work correctly with it thereafter.

This problem was reported and tested at
https://github.com/lwfinger/rtl8188eu/issues/234.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-28 14:36:45 +01:00
..
ioctl_linux.c staging: rtl8188eu: Fix incorrect response to SIOCGIWESSID 2017-11-28 14:36:45 +01:00
mlme_linux.c staging: rtl8188eu: Convert timers to use timer_setup() 2017-10-18 15:33:15 +02:00
mon.c staging: rtl8188eu: Revert 4 commits breaking ARP 2017-11-02 11:58:28 +01:00
os_intfs.c staging:r8188eu: remove sw_encrypt member of security_priv struct 2017-04-08 17:11:54 +02:00
osdep_service.c staging:r8188eu: remove RTW_STATUS_CODE() 2017-01-05 18:50:05 +01:00
recv_linux.c staging: rtl8188eu: Convert timers to use timer_setup() 2017-10-18 15:33:15 +02:00
rtw_android.c staging: rtl8188eu: Fixed 'Missing a blank line after declarations' warnings. 2017-01-03 16:52:44 +01:00
usb_intf.c Merge 4.13-rc7 into staging-next 2017-08-28 15:26:48 +02:00
usb_ops_linux.c staging: rtl8188eu: usb_ops_linux: mark expected switch fall-through 2017-10-18 15:43:35 +02:00
xmit_linux.c staging: rtl8188eu: replace explicit NULL comparison 2017-03-06 09:17:01 +01:00