iwlwifi: remove CMD_SYNC
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 12 May 2014 08:36:41 +0000 (11:36 +0300)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Tue, 13 May 2014 10:52:19 +0000 (13:52 +0300)
CMD_SYNC is really 0 which is confusing:

if (cmd.flags & CMD_SYNC) is always false.
Fix this by simply removing its definition.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>

No differences found