From: Antonio Ospite Date: Thu, 28 Nov 2013 13:57:09 +0000 (+0100) Subject: am7xxx: factor out a send_command() function X-Git-Tag: v0.1.5~11^2~2 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/8799de17e84b701462fc2299a78f41958fe82b43?hp=8799de17e84b701462fc2299a78f41958fe82b43 am7xxx: factor out a send_command() function Some packet types do not carry any header_data and thus they can be seen as commands issued to the device. Add a send_command() function to handle such packet types, others of them are going to be added in future commits. ---