summaryrefslogtreecommitdiffstats
path: root/include/net/nfc
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2015-02-03 19:48:06 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2015-02-04 09:13:15 +0100
commit3ba5c8466b320c3fd5d5861b34aa8a31dd0cf6b3 (patch)
treee6d9e4b91a5106c5174e6bde95c19db5f71fde4a /include/net/nfc
parentb16ae7160a836c4a1e443ea6efca31421e86bae1 (diff)
downloadlinux-3ba5c8466b320c3fd5d5861b34aa8a31dd0cf6b3.tar.gz
linux-3ba5c8466b320c3fd5d5861b34aa8a31dd0cf6b3.tar.xz
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.h2
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 {
struct nci_core_conn_create_rsp {
__u8 status;
__u8 max_ctrl_pkt_payload_len;
- __u8 credits;
+ __u8 credits_cnt;
__u8 conn_id;
} __packed;