From: Amitkumar Karwar Date: Thu, 14 Apr 2011 00:27:06 +0000 (-0700) Subject: mwifiex: cleanup ioctl wait queue and abstraction layer X-Git-Tag: v3.0-rc1~377^2~256^2^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=600f5d909a54a8dccf8c8c23898fc2e91bc0953e;p=pandora-kernel.git mwifiex: cleanup ioctl wait queue and abstraction layer 1) remove mwifiex_alloc_fill_wait_queue() and mwifiex_request_ioctl() 2) avoid dynamic allocation of wait queue 3) remove unnecessary mwifiex_error_code macros that were used mainly by the wait queue status code 4) remove some abstraction functions 5) split mwifiex_prepare_cmd() to mwifiex_send_cmd_async() and mwifiex_send_sync() to handle asynchronous and synchronous commands respectively Signed-off-by: Amitkumar Karwar Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed