diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2014-11-13 02:30:39 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2014-12-02 04:02:00 +0300 |
commit | a4415e761404324dfbf7aa80aa3980103d7071f9 (patch) | |
tree | b2f1b093a0387561b6ea2010c38949242ad6e183 /drivers/nfc/st21nfca/st21nfca.h | |
parent | a688bf55c5908d2206307a9f76d31172ee2b2d92 (diff) | |
download | linux-a4415e761404324dfbf7aa80aa3980103d7071f9.tar.xz |
NFC: st21nfca: Rework st21nfca_hci_event_received to route event to relevent gate.
As many event with the same id can come from several gates,
it will be easier to manage each of them by gate.
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/st21nfca/st21nfca.h')
-rw-r--r-- | drivers/nfc/st21nfca/st21nfca.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nfc/st21nfca/st21nfca.h b/drivers/nfc/st21nfca/st21nfca.h index a0b77f1ba6d9..7c2a85292230 100644 --- a/drivers/nfc/st21nfca/st21nfca.h +++ b/drivers/nfc/st21nfca/st21nfca.h @@ -85,6 +85,4 @@ struct st21nfca_hci_info { #define ST21NFCA_RF_CARD_F_GATE 0x24 -#define ST21NFCA_EVT_SEND_DATA 0x10 - #endif /* __LOCAL_ST21NFCA_H_ */ |