]> git.karo-electronics.de Git - linux-beck.git/commit
iwlwifi: mvm: don't allocate BT_COEX cmd on stack
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 26 Jun 2013 12:54:34 +0000 (15:54 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 Jul 2013 13:13:28 +0000 (16:13 +0300)
commit03e304e4e7ace25a532bfed51c7737d4aec768cd
tree41ffc1818ce930a9603a90d985e6f3597b30ae26
parent8e0366f9c7ceefaa1c9fdb9529d23011d655d49c
iwlwifi: mvm: don't allocate BT_COEX cmd on stack

This command will change and be much bigger.
Prepare to that by stop allocating on the stack.

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