]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: Remove the static supported_se field
authorSamuel Ortiz <sameo@linux.intel.com>
Tue, 7 May 2013 17:22:11 +0000 (19:22 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 14 Jun 2013 11:44:19 +0000 (13:44 +0200)
commitd74df1ac1540245fe8d0048b917343b72a2dd773
tree3a995c4573c1cd6e7fd0582e9b233ab4b40f5817
parent87ad69f776ea824fc54ed27402395eb128b7f394
NFC: Remove the static supported_se field

Supported secure elements are typically found during a discovery process
initiated when the NFC controller is up and running. For a given NFC
chipset there can be many configurations (embedded SE or not, with or
without a SIM card wired to the NFC controller SWP interface, etc...) and
thus driver code will never know before hand which SEs are available.
So we remove this field, it will be replaced by a real SE discovery
mechanism.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
12 files changed:
drivers/nfc/microread/microread.c
drivers/nfc/nfcwilink.c
drivers/nfc/pn533.c
drivers/nfc/pn544/pn544.c
include/net/nfc/hci.h
include/net/nfc/nci_core.h
include/net/nfc/nfc.h
net/nfc/core.c
net/nfc/hci/core.c
net/nfc/nci/core.c
net/nfc/nci/spi.c
net/nfc/netlink.c