iwlwifi: mvm: BT Coex - allocate a short command on the stack
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 11 May 2015 06:05:25 +0000 (09:05 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 28 May 2015 10:35:17 +0000 (13:35 +0300)
commit741c4cfbf7705240e905cb4987bf2c23f25de17e
tree3c5309d9ec995beb3e17a0be326f1a7797e96af3
parentc3b389d87a0f655d03f9ee00bdacee8e782fbda5
iwlwifi: mvm: BT Coex - allocate a short command on the stack

The BT_CONFIG command used to be very long, hence it was
allocated on the heap in the previous API. In the new API,
this command is much smaller, and can now safely be
allocated on the stack.

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