aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorStone Piao <[email protected]>2012-09-25 20:23:39 -0700
committerJohn W. Linville <[email protected]>2012-09-28 13:54:05 -0400
commit7bff9c974e1a70819c30c37d8ec0d84d456f8237 (patch)
treefc3780c2238bedcf5c37c1a682c9614e2028553e /fs/jbd2/commit.c
parentea021f56009207e8023c1c4ac4939be3dbe80dbf (diff)
mwifiex: send firmware initialization commands synchronously
The driver will send some commands to firmware during the initialization. Currently these commands are sent asynchronously, which means that we firstly insert all of them to a pre-allocated command queue, and then start to process them one by one. The command queue will soon be exhausted if we keep adding new initialization commands. This issue can be resolved by sending initialization commands synchronously because each command is consumed and the buffer is recycled before queuing next command. Signed-off-by: Stone Piao <[email protected]> Signed-off-by: Bing Zhao <[email protected]> Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions