Release 4.18 drivers/staging/vt6655/channel.h
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* File: channel.h
*/
#ifndef _CHANNEL_H_
#define _CHANNEL_H_
#include "card.h"
void vnt_init_bands(struct vnt_private *priv);
bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch);
#endif /* _CHANNEL_H_ */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Charles Clément | 19 | 51.35% | 2 | 25.00% |
Malcolm Priestley | 13 | 35.14% | 3 | 37.50% |
Derek Robson | 3 | 8.11% | 1 | 12.50% |
Greg Kroah-Hartman | 2 | 5.41% | 2 | 25.00% |
Total | 37 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.