]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit92df9f0701219c3937f116878cc272982dcb16fd
treec393a53ed922fe677bdb32c0896788f1a5108279
parent2764eb6151d50c5f4e8478f89904996e36f799e8
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