projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8703cf9
)
iwinfo: add hwinfo for Rt3050 and maintain alphabetic order
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 29 Aug 2012 10:10:46 +0000
(10:10 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 29 Aug 2012 10:10:46 +0000
(10:10 +0000)
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 33293
package/iwinfo/src/iwinfo_lib.c
patch
|
blob
|
history
diff --git
a/package/iwinfo/src/iwinfo_lib.c
b/package/iwinfo/src/iwinfo_lib.c
index 8d5569d4db441a00f9e0624ae2af78262d6d22c2..912ae2f1d0180af8cdf639e5a5459a41cfd49184 100644
(file)
--- a/
package/iwinfo/src/iwinfo_lib.c
+++ b/
package/iwinfo/src/iwinfo_lib.c
@@
-369,8
+369,9
@@
const struct iwinfo_hardware_entry IWINFO_HARDWARE_ENTRIES[] = {
{ VENDOR_ATH, "AR9220", 0x168c, 0x0029, 0x168c, 0xa094, 0, 0 },
{ VENDOR_ATH, "AR9223", 0x168c, 0x0029, 0x168c, 0xa095, 0, 0 },
{ VENDOR_ATH, "AR9285", 0x168c, 0x002b, 0x168c, 0xa091, 0, 0 },
- { VENDOR_RALINK, "Rt3
352", 0x1814, 0x3352, 0x1814, 0x000c
, 0, 0 },
+ { VENDOR_RALINK, "Rt3
050", 0x1814, 0x3050, 0x1814, 0x0005
, 0, 0 },
{ VENDOR_RALINK, "Rt3052", 0x1814, 0x3052, 0x1814, 0x0008, 0, 0 },
+ { VENDOR_RALINK, "Rt3352", 0x1814, 0x3352, 0x1814, 0x000c, 0, 0 },
#endif
{ NULL }
};