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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2012 16:04:42 +0000 (09:04 -0700)
commit5318edefb61eddf91d4c4a089644fcee3ccfda62
treed48914c3a6f6fdcbb59431f30188b6b95cdbf293
parent6d0535e8f0406ba353c06a5417e9caa498733372
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>
Cc: Josh Boyer <jwboyer@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/ipw2x00/ipw.h [new file with mode: 0644]
drivers/net/wireless/ipw2x00/ipw2100.c
drivers/net/wireless/ipw2x00/ipw2200.c