diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-22 13:40:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-22 13:40:29 +0000 |
commit | 9423b3a3830c2cf905826ce2a9c0599548ce26e0 (patch) | |
tree | 4512baa261ca3a99e98e4a6459b3c72802ef7995 /package/iwinfo | |
parent | 64cc700dccc92924467f6a147a29ceb7550e7059 (diff) | |
download | upstream-9423b3a3830c2cf905826ce2a9c0599548ce26e0.tar.gz upstream-9423b3a3830c2cf905826ce2a9c0599548ce26e0.tar.bz2 upstream-9423b3a3830c2cf905826ce2a9c0599548ce26e0.zip |
Adjust txpower offset for Nano and Picostation M2 in iwinfo Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com>
SVN-Revision: 30683
Diffstat (limited to 'package/iwinfo')
-rw-r--r-- | package/iwinfo/src/iwinfo_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iwinfo/src/iwinfo_lib.c b/package/iwinfo/src/iwinfo_lib.c index 97a5c87a8b..a28d985533 100644 --- a/package/iwinfo/src/iwinfo_lib.c +++ b/package/iwinfo/src/iwinfo_lib.c @@ -350,8 +350,8 @@ const struct iwinfo_hardware_entry IWINFO_HARDWARE_ENTRIES[] = { { VENDOR_UBNT, "SR71", 0x168c, 0x0027, 0x0777, 0x4082, 10, 0 }, #endif #ifdef USE_NL80211 - { VENDOR_UBNT, "PicoStation M2", 0x168c, 0x002a, 0x0777, 0xe302, 10, 0 }, /* ToDo: confirm offset */ - { VENDOR_UBNT, "NanoStation M2", 0x168c, 0x002a, 0x0777, 0xe012, 10, 0 }, /* ToDo: confirm offset */ + { VENDOR_UBNT, "PicoStation M2", 0x168c, 0x002a, 0x0777, 0xe302, 12, 0 }, /* ToDo: confirm offset */ + { VENDOR_UBNT, "NanoStation M2", 0x168c, 0x002a, 0x0777, 0xe012, 12, 0 }, /* ToDo: confirm offset */ { VENDOR_UBNT, "NanoStation M5", 0x168c, 0x002a, 0x0777, 0xe005, 5, 0 }, /* ToDo: confirm offset */ { VENDOR_UBNT, "Bullet M2", 0x168c, 0x002a, 0x0777, 0xe202, 12, 0 }, { VENDOR_UBNT, "Bullet M5", 0x168c, 0x002a, 0x0777, 0xe805, 5, 0 }, |