projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d825f7
)
staging: vt6656: vnt_init_bands fix missing default.
author
Malcolm Priestley
<
[email protected]
>
Fri, 11 Jul 2014 19:02:17 +0000
(20:02 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 12 Jul 2014 00:37:31 +0000
(17:37 -0700)
The default is that all the channels are enabled for rf types
not mentioned here.
Signed-off-by: Malcolm Priestley <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/vt6656/channel.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/channel.c
b/drivers/staging/vt6656/channel.c
index 5202633f752f09c0f7733df30fc3859185f787f7..fb1838e9b292979085b8e1aa7c61ad672fa45918 100644
(file)
--- a/
drivers/staging/vt6656/channel.c
+++ b/
drivers/staging/vt6656/channel.c
@@
-148,6
+148,7
@@
void vnt_init_bands(struct vnt_private *priv)
switch (priv->byRFType) {
case RF_AIROHA7230:
case RF_VT3342A0:
+ default:
ch = vnt_channels_5ghz;
for (i = 0; i < ARRAY_SIZE(vnt_channels_5ghz); i++) {