NFC: nci: Add reference to the RF logical connection
The NCI_STATIC_RF_CONN_ID logical connection is the most used connection. Keeping it directly accessible in the nci_dev structure will simplify and optimize the access. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
committed by
Samuel Ortiz
parent
26fc6c7f02
commit
12bdf27d46
@@ -189,6 +189,7 @@ struct nci_dev {
|
||||
__u8 cur_conn_id;
|
||||
|
||||
struct list_head conn_info_list;
|
||||
struct nci_conn_info *rf_conn_info;
|
||||
|
||||
struct timer_list cmd_timer;
|
||||
struct timer_list data_timer;
|
||||
|
||||
Reference in New Issue
Block a user