Release 4.18 drivers/staging/vt6656/channel.h
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* File: channel.h
*
* Purpose: Country Regulation Rules header file
*
* Author: Lucas Lin
*
* Date: Dec 23, 2004
*
*/
#ifndef _CHANNEL_H_
#define _CHANNEL_H_
#include "device.h"
void vnt_init_bands(struct vnt_private *priv);
#endif /* _CHANNEL_H_ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Forest Bond | 10 | 43.48% | 1 | 14.29% |
Malcolm Priestley | 9 | 39.13% | 2 | 28.57% |
Greg Kroah-Hartman | 2 | 8.70% | 2 | 28.57% |
Andres More | 1 | 4.35% | 1 | 14.29% |
Simon Sandström | 1 | 4.35% | 1 | 14.29% |
Total | 23 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.