fix typo
SVN-Revision: 5428
This commit is contained in:
parent
86e2fbaaa4
commit
a61a61e523
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* $Id:$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/pci.h>
|
#include <linux/pci.h>
|
||||||
|
@ -241,7 +241,7 @@ static struct platform_t platforms[] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[WL300G] = {
|
[WL300G] = {
|
||||||
.name = "ASUS WL-500g",
|
.name = "ASUS WL-300g",
|
||||||
.buttons = {
|
.buttons = {
|
||||||
{ .name = "reset", .gpio = 1 << 6 },
|
{ .name = "reset", .gpio = 1 << 6 },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue