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)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 12 Apr 2012 19:10:48 +0000 (15:10 -0400)
commita141e6a0097118bb35024485f1faffc0d9042f5c
treec393a53ed922fe677bdb32c0896788f1a5108279
parentea54a6d6e06cc456559befbcd26a903d24709253
net/wireless: ipw2x00: add supported cipher suites to wiphy initialization

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>
drivers/net/wireless/ipw2x00/ipw.h [new file with mode: 0644]
drivers/net/wireless/ipw2x00/ipw2100.c
drivers/net/wireless/ipw2x00/ipw2200.c
This page took 0.026455 seconds and 5 git commands to generate.