diff options
Diffstat (limited to 'net/wireless/regdb.h')
-rw-r--r-- | net/wireless/regdb.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/wireless/regdb.h b/net/wireless/regdb.h index 818222c92513..3279cfcefb0c 100644 --- a/net/wireless/regdb.h +++ b/net/wireless/regdb.h | |||
@@ -1,6 +1,22 @@ | |||
1 | #ifndef __REGDB_H__ | 1 | #ifndef __REGDB_H__ |
2 | #define __REGDB_H__ | 2 | #define __REGDB_H__ |
3 | 3 | ||
4 | /* | ||
5 | * Copyright 2009 John W. Linville <linville@tuxdriver.com> | ||
6 | * | ||
7 | * Permission to use, copy, modify, and/or distribute this software for any | ||
8 | * purpose with or without fee is hereby granted, provided that the above | ||
9 | * copyright notice and this permission notice appear in all copies. | ||
10 | * | ||
11 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
12 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
13 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
14 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
15 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
16 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
17 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
18 | */ | ||
19 | |||
4 | extern const struct ieee80211_regdomain *reg_regdb[]; | 20 | extern const struct ieee80211_regdomain *reg_regdb[]; |
5 | extern int reg_regdb_size; | 21 | extern int reg_regdb_size; |
6 | 22 | ||