NFC: LLCP's MIUX is 10 bytes long, not 7
authorSamuel Ortiz <sameo@linux.intel.com>
Mon, 14 May 2012 15:38:54 +0000 (17:38 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 4 Jun 2012 19:34:29 +0000 (21:34 +0200)
commit76762b73693aa7621ae8d3ea5c7efbf74beda0b9
tree7298416cb60294988e6c9928f5da43f0b99c0c79
parent93d7e490b7f4a72b6c7e1dfa475fa3c3e18eb9f1
NFC: LLCP's MIUX is 10 bytes long, not 7

The mask is 0x7ff and not 0x7f and the return value is an u16.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
net/nfc/llcp/commands.c
This page took 0.025326 seconds and 5 git commands to generate.