Searched hist:"1095 e69f47926db6f1350a9d6a38626521580e87" (Results 1 – 3 of 3) sorted by relevance
/linux/net/nfc/nci/ |
H A D | data.c | diff 1095e69f47926db6f1350a9d6a38626521580e87 Wed May 22 11:36:17 CEST 2013 Frederic Danis <frederic.danis@linux.intel.com> NFC: NCI: Fix skb->dev usage
skb->dev is used for carrying a net_device pointer and not an nci_dev pointer.
Remove usage of skb-dev to carry nci_dev and replace it by parameter in nci_recv_frame(), nci_send_frame() and driver send() functions.
NfcWilink driver is also updated to use those functions.
Signed-off-by: Frederic Danis <frederic.danis@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|
H A D | core.c | diff 1095e69f47926db6f1350a9d6a38626521580e87 Wed May 22 11:36:17 CEST 2013 Frederic Danis <frederic.danis@linux.intel.com> NFC: NCI: Fix skb->dev usage
skb->dev is used for carrying a net_device pointer and not an nci_dev pointer.
Remove usage of skb-dev to carry nci_dev and replace it by parameter in nci_recv_frame(), nci_send_frame() and driver send() functions.
NfcWilink driver is also updated to use those functions.
Signed-off-by: Frederic Danis <frederic.danis@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|
/linux/include/net/nfc/ |
H A D | nci_core.h | diff 1095e69f47926db6f1350a9d6a38626521580e87 Wed May 22 11:36:17 CEST 2013 Frederic Danis <frederic.danis@linux.intel.com> NFC: NCI: Fix skb->dev usage
skb->dev is used for carrying a net_device pointer and not an nci_dev pointer.
Remove usage of skb-dev to carry nci_dev and replace it by parameter in nci_recv_frame(), nci_send_frame() and driver send() functions.
NfcWilink driver is also updated to use those functions.
Signed-off-by: Frederic Danis <frederic.danis@linux.intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
|