diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-02-03 19:48:06 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-02-04 09:13:15 +0100 |
commit | 3ba5c8466b320c3fd5d5861b34aa8a31dd0cf6b3 (patch) | |
tree | e6d9e4b91a5106c5174e6bde95c19db5f71fde4a /include/net/nfc | |
parent | b16ae7160a836c4a1e443ea6efca31421e86bae1 (diff) | |
download | op-kernel-dev-3ba5c8466b320c3fd5d5861b34aa8a31dd0cf6b3.zip op-kernel-dev-3ba5c8466b320c3fd5d5861b34aa8a31dd0cf6b3.tar.gz |
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/nfc')
-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 695d33c..a2f2f3d 100644 --- a/include/net/nfc/nci.h +++ b/include/net/nfc/nci.h @@ -353,7 +353,7 @@ struct nci_core_set_config_rsp { struct nci_core_conn_create_rsp { __u8 status; __u8 max_ctrl_pkt_payload_len; - __u8 credits; + __u8 credits_cnt; __u8 conn_id; } __packed; |