wpa_supplicant: Default to nl80211 instead of wext
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 29 Apr 2013 13:55:44 +0000 (16:55 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 29 Apr 2013 13:55:44 +0000 (16:55 +0300)
commitb57b560034f1bb1ad3a3892228940dde97323c0e
treef259704e97a97f8461155a2e0d95f8541451ed6d
parentee28f088a5fdf47d7367abbd83df0fab4dd8149d
wpa_supplicant: Default to nl80211 instead of wext

nl80211 has obsoleted WEXT as the preferred kernel interface for
controlling wireless drivers. Update wpa_supplicant driver interface
list order so that nl80211 gets used first if both nl80211 and wext
interfaces are included in the build. In addition, update README to
reflect the fact that WEXT is obsolete.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/drivers.c
wpa_supplicant/README
wpa_supplicant/main.c