diff options
author | Andrei Emeltchenko <andrei.emeltchenko@intel.com> | 2012-11-29 10:46:08 -0500 |
---|---|---|
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | 2012-12-03 13:00:01 -0500 |
commit | f2592d3ee3c5817981f343b90bfb9c5612f38d23 (patch) | |
tree | 601750911506d8e05b1e2e0c9d9609b6e6c5d5e1 /include | |
parent | cbabee788ff881b87bbaf258caf080b49a61fa43 (diff) |
Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCS
Make code more readable by changing CONF_NO_FCS_RECV which is read
as "No L2CAP FCS option received" to CONF_RECV_NO_FCS which means
"Received L2CAP option NO_FCS". This flag really means that we have
received L2CAP FRAME CHECK SEQUENCE (FCS) OPTION with value "No FCS".
Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/l2cap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h index f57fab04e7c5..7588ef44ebaf 100644 --- a/include/net/bluetooth/l2cap.h +++ b/include/net/bluetooth/l2cap.h | |||
@@ -611,7 +611,7 @@ enum { | |||
611 | CONF_MTU_DONE, | 611 | CONF_MTU_DONE, |
612 | CONF_MODE_DONE, | 612 | CONF_MODE_DONE, |
613 | CONF_CONNECT_PEND, | 613 | CONF_CONNECT_PEND, |
614 | CONF_NO_FCS_RECV, | 614 | CONF_RECV_NO_FCS, |
615 | CONF_STATE2_DEVICE, | 615 | CONF_STATE2_DEVICE, |
616 | CONF_EWS_RECV, | 616 | CONF_EWS_RECV, |
617 | CONF_LOC_CONF_PEND, | 617 | CONF_LOC_CONF_PEND, |