Jeff Kirsher
98b32decc8
nfc: Fix FSF address in file headers
...
Several files refer to an old address for the Free Software Foundation
in the file header comment. Resolve by replacing the address with
the URL <http://www.gnu.org/licenses/ > so that we do not have to keep
updating the header comments anytime the address changes.
CC: linux-wireless@vger.kernel.org
CC: Lauro Ramos Venancio <lauro.venancio@openbossa.org >
CC: Aloisio Almeida Jr <aloisio.almeida@openbossa.org >
CC: Samuel Ortiz <sameo@linux.intel.com >
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com >
Signed-off-by: John W. Linville <linville@tuxdriver.com >
2013-12-11 10:56:21 -05:00
Eric Lapuyade
a7d0281bbf
NFC: Fix LLC registration definitions for ANSI compliance
...
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com >
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com >
2012-09-25 00:17:26 +02:00
Samuel Ortiz
f4f20d0650
NFC: Remove unneeded LLC symbols export
...
After fixing the LLC Makefile, we no longer need those exports.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com >
2012-09-25 00:17:26 +02:00
Eric Lapuyade
8af00d48dc
NFC: Add a nop (passthrough) llc module to llc core
...
This is a passthrough llc. It can be used by HCI drivers that don't
need link layer control. HCI will then write directly to the driver, and
driver will deliver incoming frames directly to HCI without any
processing.
Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com >
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com >
2012-09-25 00:17:25 +02:00