summaryrefslogtreecommitdiff
path: root/net-wireless/wireless-regdb/files/extra-monitor-20090817.patch
blob: 9f06e473a37a10877939ec03a99f2a5d0e2b715c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
diff -Naur wireless-regdb-2009.08.17-orig/db.txt wireless-regdb-2009.08.17/db.txt
--- wireless-regdb-2009.08.17-orig/db.txt	2009-08-17 09:25:16.000000000 -0400
+++ wireless-regdb-2009.08.17/db.txt	2009-09-07 20:44:51.000000000 -0400
@@ -579,6 +579,13 @@
 country VN:
 	(2402 - 2482 @ 40), (N/A, 20)
 
+country XN:
+	(2182 - 7010 @ 40), (N/A, 40)
+
+country XX:
+	(2182 - 7010 @ 40), (N/A, 30), PASSIVE-SCAN, NO-IBSS
+
+
 country YE:
 	(2402 - 2482 @ 40), (N/A, 20)
 
diff -Naur wireless-regdb-2009.08.17-orig/Makefile wireless-regdb-2009.08.17/Makefile
--- wireless-regdb-2009.08.17-orig/Makefile	2009-08-17 09:25:16.000000000 -0400
+++ wireless-regdb-2009.08.17/Makefile	2009-09-07 20:45:53.000000000 -0400
@@ -18,8 +18,8 @@
 			echo custom-distro; \
 		fi)
 
-DISTRO_PRIVKEY ?= ~/.wireless-regdb-$(LSB_ID).key.priv.pem
-DISTRO_PUBKEY ?= ~/.wireless-regdb-$(LSB_ID).key.priv.pem
+DISTRO_PRIVKEY ?= wireless-regdb-$(LSB_ID).key.priv.pem
+DISTRO_PUBKEY ?= wireless-regdb-$(LSB_ID).key.priv.pem
 
 REGDB_AUTHOR ?= $(shell if [ -f $(DISTRO_PRIVKEY) ]; then \
 			echo $(LSB_ID) ; \
@@ -29,7 +29,7 @@
 			echo custom-user; \
 		fi)
 
-REGDB_PRIVKEY ?= ~/.wireless-regdb-$(REGDB_AUTHOR).key.priv.pem
+REGDB_PRIVKEY ?= wireless-regdb-$(REGDB_AUTHOR).key.priv.pem
 REGDB_PUBKEY ?= $(REGDB_AUTHOR).key.pub.pem
 
 REGDB_UPSTREAM_PUBKEY ?= linville.key.pub.pem
@@ -91,8 +91,8 @@
 # Distributions packagers should do only once:
 #	make install-distro-key
 # This will create a private key for you and install it into
-# ~/.wireless-regdb-$(LSB_ID).key.priv.pem
-# To make new releaes just do:
+# wireless-regdb-$(LSB_ID).key.priv.pem
+# To make new releases just do:
 #	make maintainer-clean
 #	make
 #	sudo make install