broadcom-wl: update description for recently added
Update descriptions for 'phytype' and 'band'. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 38750
This commit is contained in:
parent
40e8eb2dda
commit
1439dc3b9b
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue