diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-09-09 14:05:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-09-09 14:05:26 +0000 |
commit | 93f4aa685323b956291b8a0d058265c65ccd87d3 (patch) | |
tree | 00cddb873547a6ea995f37a8da7bb789dc29da42 /target | |
parent | d90a416bf560ef0d43c337a5fd32d0b3ceca3e7a (diff) | |
download | upstream-93f4aa685323b956291b8a0d058265c65ccd87d3.tar.gz upstream-93f4aa685323b956291b8a0d058265c65ccd87d3.tar.bz2 upstream-93f4aa685323b956291b8a0d058265c65ccd87d3.zip |
generic add WLAN calibration data ID to routerboot.h
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33346 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/files/include/linux/routerboot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/linux/routerboot.h b/target/linux/generic/files/include/linux/routerboot.h index 8e0391fd4b..0244843d68 100644 --- a/target/linux/generic/files/include/linux/routerboot.h +++ b/target/linux/generic/files/include/linux/routerboot.h @@ -40,6 +40,7 @@ #define RB_ID_HARD_12 12 #define RB_ID_MEMORY_SIZE 13 #define RB_ID_MAC_ADDRESS_COUNT 14 +#define RB_ID_WLAN_DATA 22 /* * ID values for Software settings |