]> git.openfabrics.org - ~emulex/infiniband.git/commit
iwlwifi: mvm: BT Coex - enable per-AC BT priority
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 6 Mar 2014 12:49:36 +0000 (14:49 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 11 Mar 2014 18:17:33 +0000 (20:17 +0200)
commitb797e3fbab399ed023bdaeaf7fb63236f67eaa1c
treeb6dab7f7d9981146c174fb29b0652e86fbe606e7
parentee7bea582e9d4b7de5928628201a5763e0e4cbbe
iwlwifi: mvm: BT Coex - enable per-AC BT priority

We can now define the priority against BT per AC. This is
possible with a newer firmware that allows to define the
priority with 2 bits.
Note that this change is compatible with older firmware
since older firmware will simply ignore the new bit (11),
and we still set the old bit (12) in the same cases as
before.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/iwlwifi/mvm/coex.c
drivers/net/wireless/iwlwifi/mvm/mvm.h
drivers/net/wireless/iwlwifi/mvm/sta.c
drivers/net/wireless/iwlwifi/mvm/tx.c