]> git.karo-electronics.de Git - mv-sheeva.git/commit
Staging: wlan-ng: Switch from wext to cfg80211
authorKarl Relton <karllinuxtest.relton@ntlworld.com>
Thu, 3 Jun 2010 22:04:06 +0000 (23:04 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Jun 2010 22:22:55 +0000 (15:22 -0700)
commitcb3126e60ffc1b7658a6ff4f6874585098bf9887
tree41d38b199cf0c48607d379b36289c6799856bab2
parent9c770f3b881c5066ff014968473ffbbafee82247
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 <karllinuxtest.relton@ntlworld.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/wlan-ng/Makefile
drivers/staging/wlan-ng/cfg80211.c [new file with mode: 0644]
drivers/staging/wlan-ng/hfa384x.h
drivers/staging/wlan-ng/p80211metastruct.h
drivers/staging/wlan-ng/p80211netdev.c
drivers/staging/wlan-ng/p80211netdev.h
drivers/staging/wlan-ng/p80211wext.c [deleted file]
drivers/staging/wlan-ng/prism2mgmt.c
drivers/staging/wlan-ng/prism2sta.c
drivers/staging/wlan-ng/prism2usb.c