iwlwifi: mvm: add IBSS support
authorJohannes Berg <johannes.berg@intel.com>
Wed, 31 Jul 2013 12:07:43 +0000 (14:07 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 11 Oct 2013 08:14:08 +0000 (10:14 +0200)
At the firmware level, IBSS support has similar programming
requirements as AP/GO support, so use the same functions with
just small differences.

With IBSS only a single virtual interface can be used, so no
changes in the advertised interface combinations are needed.

For now, don't use hardware crypto for the GTKs in IBSS mode,
the firmware should support it though.

Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found