broadcom-wl: update description for recently added
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Nov 2013 21:58:42 +0000 (21:58 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Nov 2013 21:58:42 +0000 (21:58 +0000)
Update descriptions for 'phytype' and 'band'.

Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38750 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/broadcom-wl/src/wlc.c

index 7e638e5..7b21ea0 100644 (file)
@@ -917,7 +917,7 @@ static const struct wlc_call wlc_calls[] = {
                .param = INT,
                .data.num = (WLC_GET_PHYTYPE << 16),
                .handler = wlc_ioctl,
-               .desc = "PHY Type"
+               .desc = "PHY Type (read-only)"
        },
        {
                .name = "nmode",
@@ -945,7 +945,7 @@ static const struct wlc_call wlc_calls[] = {
                .param = INT,
                .data.num = ((WLC_GET_BAND << 16) | WLC_SET_BAND),
                .handler = wlc_ioctl,
-               .desc = "Band"
+               .desc = "Band (0=auto, 1=5Ghz, 2=2.4GHz)"
        },
 };
 #define wlc_calls_size (sizeof(wlc_calls) / sizeof(struct wlc_call))