| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * atusb.c - Driver for the ATUSB IEEE 802.15.4 dongle |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Written 2013 by Werner Almesberger <werner@almesberger.net> |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Copyright (c) 2015 - 2016 Stefan Schmidt <stefan@datenfreihafen.org> |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or |
|---|
| 9 | | - * modify it under the terms of the GNU General Public License as |
|---|
| 10 | | - * published by the Free Software Foundation, version 2 |
|---|
| 11 | 8 | * |
|---|
| 12 | 9 | * Based on at86rf230.c and spi_atusb.c. |
|---|
| 13 | 10 | * at86rf230.c is |
|---|