From: Marcel Holtmann Date: Sat, 20 Oct 2007 11:33:56 +0000 (+0200) Subject: [Bluetooth] Switch from OGF+OCF to using only opcodes X-Git-Tag: v2.6.24-rc1~62^2~29 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9de9248064bfc8eb0a183a6a951a4e7b5ca10a4;p=pandora-kernel.git [Bluetooth] Switch from OGF+OCF to using only opcodes The Bluetooth HCI commands are divided into logical OGF groups for easier identification of their purposes. While this still makes sense for the written specification, its makes the code only more complex and harder to read. So instead of using separate OGF and OCF values to identify the commands, use a common 16-bit opcode that combines both values. As a side effect this also reduces the complexity of OGF and OCF calculations during command header parsing. Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed