net: wireless: bcmdhd: Fix getting arp_hostip table
authorDmitry Shmidt <dimitrysh@google.com>
Mon, 12 Dec 2011 23:40:33 +0000 (15:40 -0800)
committerDmitry Shmidt <dimitrysh@google.com>
Mon, 19 Dec 2011 21:22:44 +0000 (13:22 -0800)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/dhd_common.c

index c90bb1676a25558411e8df0be19b6fffb18f433c..9df70a00dbf5c84d4c0a02844ce7eb29eebfcb48 100644 (file)
@@ -1489,7 +1489,7 @@ dhd_arp_get_arp_hostip_table(dhd_pub_t *dhd, void *buf, int buflen)
                return -1;
 
        iov_len = bcm_mkiovar("arp_hostip", 0, 0, buf, buflen);
-       retcode = dhd_wl_ioctl_cmd(dhd, WLC_GET_VAR, buf, buflen, TRUE, 0);
+       retcode = dhd_wl_ioctl_cmd(dhd, WLC_GET_VAR, buf, buflen, FALSE, 0);
 
        if (retcode) {
                DHD_TRACE(("%s: ioctl WLC_GET_VAR error %d\n",