Skip to content

Commit

Permalink
[legal] Add FILE_LICENCE for ath9k driver headers
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Hannache <git@mareo.fr>
Modified-by: Michael Brown <mcb30@ipxe.org>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Mareo authored and mcb30 committed Jul 14, 2013
1 parent c5ece71 commit 6ad05aa
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drivers/net/ath/ath.h
Expand Up @@ -20,6 +20,8 @@
#ifndef ATH_H
#define ATH_H

FILE_LICENCE ( BSD2 );

#include <unistd.h>
#include <ipxe/net80211.h>

Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/ath9k/ani.h
Expand Up @@ -20,6 +20,8 @@
#ifndef ANI_H
#define ANI_H

FILE_LICENCE ( BSD2 );

#define HAL_PROCESS_ANI 0x00000001

#define DO_ANI(ah) (((ah)->proc_phyerr & HAL_PROCESS_ANI) && ah->curchan)
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/ath9k/ar9003_eeprom.h
Expand Up @@ -20,6 +20,8 @@
#ifndef AR9003_EEPROM_H
#define AR9003_EEPROM_H

FILE_LICENCE ( BSD2 );

#define AR9300_EEP_VER 0xD000
#define AR9300_EEP_VER_MINOR_MASK 0xFFF
#define AR9300_EEP_MINOR_VER_1 0x1
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/ath9k/ath9k.h
Expand Up @@ -20,6 +20,8 @@
#ifndef ATH9K_H
#define ATH9K_H

FILE_LICENCE ( BSD2 );

#include "common.h"

/*
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/ath9k/ath9k_ar9002_hw.c
Expand Up @@ -17,6 +17,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

FILE_LICENCE ( BSD2 );

#include "hw.h"
#include "ar5008_initvals.h"
#include "ar9001_initvals.h"
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/ath9k/ath9k_init.c
Expand Up @@ -17,6 +17,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

FILE_LICENCE ( BSD2 );

#include <ipxe/malloc.h>
#include <ipxe/pci_io.h>
#include <ipxe/pci.h>
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/ath9k/calib.h
Expand Up @@ -20,6 +20,8 @@
#ifndef CALIB_H
#define CALIB_H

FILE_LICENCE ( BSD2 );

#include "hw.h"

#define AR_PHY_CCA_FILTERWINDOW_LENGTH_INIT 3
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/ath9k/common.h
Expand Up @@ -17,6 +17,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/

FILE_LICENCE ( BSD2 );

#include "../ath.h"

#include "hw.h"
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/ath9k/eeprom.h
Expand Up @@ -20,6 +20,8 @@
#ifndef EEPROM_H
#define EEPROM_H

FILE_LICENCE ( BSD2 );

#define AR_EEPROM_MODAL_SPURS 5

#include "../ath.h"
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/ath9k/hw.h
Expand Up @@ -20,6 +20,8 @@
#ifndef HW_H
#define HW_H

FILE_LICENCE ( BSD2 );

#include <errno.h>

#include "mac.h"
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/ath9k/mac.h
Expand Up @@ -20,6 +20,8 @@
#ifndef MAC_H
#define MAC_H

FILE_LICENCE ( BSD2 );

#include <unistd.h>

#define RXSTATUS_RATE(ah, ads) (AR_SREV_5416_20_OR_LATER(ah) ? \
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/reg.h
Expand Up @@ -20,6 +20,8 @@
#ifndef ATH_REGISTERS_H
#define ATH_REGISTERS_H

FILE_LICENCE ( BSD2 );

#define AR_MIBC 0x0040
#define AR_MIBC_COW 0x00000001
#define AR_MIBC_FMC 0x00000002
Expand Down
2 changes: 2 additions & 0 deletions src/drivers/net/ath/regd.h
Expand Up @@ -20,6 +20,8 @@
#ifndef REGD_H
#define REGD_H

FILE_LICENCE ( BSD2 );

#include "ath.h"

enum ctl_group {
Expand Down

0 comments on commit 6ad05aa

Please sign in to comment.