]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: support RSN IBSS
authorJohannes Berg <johannes.berg@intel.com>
Tue, 18 Jan 2011 12:44:03 +0000 (04:44 -0800)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Mon, 31 Jan 2011 21:19:14 +0000 (13:19 -0800)
commit136b1f1014669c51ea770e6531dc31e4b3e9aaa4
tree88de23345ec3119777d15ddc8bdadddf1379503e
parent4b584e4b52c794d13191198fd633d68eaf3cd4bb
iwlwifi: support RSN IBSS

In order to support RSN IBSS, we need to
(ok actually maybe it's just easiest to)
disable group key programming so that any
group-addressed frames will be decrypted
in software which handles the per-station
keys for this easily. We could keep the
encryption in the device, but that takes
more work and seems unnecessary.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-agn.c
drivers/net/wireless/iwlwifi/iwl3945-base.c