Signed-off-by: Martin Mares <mj@ucw.cz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19758
3c298f89-4303-0410-b956-
a3cf2f4a3e73
- struct switch_port *ports;
-
int cmd = CMD_NONE;
char *cdev = NULL;
int cport = -1;
int cmd = CMD_NONE;
char *cdev = NULL;
int cport = -1;
- ports = malloc(sizeof(struct switch_port) * dev->ports);
- memset(ports, 0, sizeof(struct switch_port) * dev->ports);
swlib_scan(dev);
if (cmd == CMD_GET || cmd == CMD_SET) {
swlib_scan(dev);
if (cmd == CMD_GET || cmd == CMD_SET) {
out:
swlib_free_all(dev);
out:
swlib_free_all(dev);