Loading
iwlwifi: remove CMD_SYNC
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>
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>