diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-02-03 13:48:06 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-02-04 03:13:15 -0500 |
commit | 3ba5c8466b320c3fd5d5861b34aa8a31dd0cf6b3 (patch) | |
tree | e6d9e4b91a5106c5174e6bde95c19db5f71fde4a /include/net | |
parent | b16ae7160a836c4a1e443ea6efca31421e86bae1 (diff) |
NFC: nci: Change credits field to credits_cnt
For consistency sake change nci_core_conn_create_rsp structure
credits field to credits_cnt.
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/nfc/nci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/nfc/nci.h b/include/net/nfc/nci.h index 695d33cb75e8..a2f2f3d3196d 100644 --- a/include/net/nfc/nci.h +++ b/include/net/nfc/nci.h | |||
@@ -353,7 +353,7 @@ struct nci_core_set_config_rsp { | |||
353 | struct nci_core_conn_create_rsp { | 353 | struct nci_core_conn_create_rsp { |
354 | __u8 status; | 354 | __u8 status; |
355 | __u8 max_ctrl_pkt_payload_len; | 355 | __u8 max_ctrl_pkt_payload_len; |
356 | __u8 credits; | 356 | __u8 credits_cnt; |
357 | __u8 conn_id; | 357 | __u8 conn_id; |
358 | } __packed; | 358 | } __packed; |
359 | 359 | ||