net/wireless: ipw2x00: add supported cipher suites to wiphy initialization
authorStanislav Yakovlev <stas.yakovlev@gmail.com>
Wed, 11 Apr 2012 01:44:47 +0000 (21:44 -0400)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 25 Jul 2012 03:10:57 +0000 (04:10 +0100)
commite31a54c572423d13f14a904b87a41c93a011af78
tree70c8338efa9c1842730535078b203c91b3b678d3
parente6a46daaf4287c4b6dc00d19868aa8e9f160eb5b
net/wireless: ipw2x00: add supported cipher suites to wiphy initialization

commit a141e6a0097118bb35024485f1faffc0d9042f5c upstream.

Driver doesn't report its supported cipher suites through cfg80211
interface. It still uses wext interface and probably will not work
through nl80211, but will at least correctly advertise supported
features.

Bug was reported by Omar Siam.
https://bugzilla.kernel.org/show_bug.cgi?id=43049

Signed-off-by: Stanislav Yakovlev <stas.yakovlev@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/net/wireless/ipw2x00/ipw.h [new file with mode: 0644]
drivers/net/wireless/ipw2x00/ipw2100.c
drivers/net/wireless/ipw2x00/ipw2200.c