diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2014-07-16 22:22:11 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-17 18:01:53 -0700 |
commit | b5726cb8b273c1500cd1cf743124f5a5b782a1f4 (patch) | |
tree | 6d9a1897baf44808bbd1a4d9631e65ef6b124172 | |
parent | 968a9225f73c06d04efb1cdd765131cf4ae0be39 (diff) |
staging: vt6656: Remove commented out long frequency_list
These frequencies are already defined in new tables channel.c
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/vt6656/main_usb.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c index 932382f078a9..6a462034fd56 100644 --- a/drivers/staging/vt6656/main_usb.c +++ b/drivers/staging/vt6656/main_usb.c @@ -104,17 +104,6 @@ static struct usb_device_id vt6656_table[] = { {} }; -/* frequency list (map channels to frequencies) */ -/* -static const long frequency_list[] = { - 2412, 2417, 2422, 2427, 2432, 2437, 2442, 2447, 2452, 2457, 2462, 2467, - 2472, 2484, 4915, 4920, 4925, 4935, 4940, 4945, 4960, 4980, 5035, 5040, - 5045, 5055, 5060, 5080, 5170, 5180, 5190, 5200, 5210, 5220, 5230, 5240, - 5260, 5280, 5300, 5320, 5500, 5520, 5540, 5560, 5580, 5600, 5620, 5640, - 5660, 5680, 5700, 5745, 5765, 5785, 5805, 5825 -}; -*/ - static void device_set_options(struct vnt_private *priv) { /* Set number of TX buffers */ |