]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9a323aa8fcdb81a4d8c786d2d02e37cde4581bcc
tree3c5309d9ec995beb3e17a0be326f1a7797e96af3
parent758946b80644f4d94f1c8f5091636d3a7004342f
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