From: Karl Relton Date: Thu, 3 Jun 2010 22:04:06 +0000 (+0100) Subject: Staging: wlan-ng: Switch from wext to cfg80211 X-Git-Tag: v2.6.36-rc1~520^2~1^2~423 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3126e60ffc1b7658a6ff4f6874585098bf9887;p=pandora-kernel.git Staging: wlan-ng: Switch from wext to cfg80211 Switch driver over from wext to cfg80211 interface. Some Notes: - This patch moves the driver wholesale from wext to cfg80211. Wext support is still provided through the cfg80211 provided wext compatability layer. - Currently only infrastructure mode is implemented. Ad hoc mode is not yet implemented, but can be added. - It does not support connecting to a specified bssid, instead roaming is handled by the card itself. This matches the behaviour of the existing driver. - It has been tested using NetworkManager (via wpa_supplicant) configured to use the wext compatability layer, and then again with the native nl80211 layer. Signed-off-by: Karl Relton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed