Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.0-rc3 17 lines 345 B view raw
1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc. 4 * All rights reserved. 5 * 6 */ 7 8#ifndef _CHANNEL_H_ 9#define _CHANNEL_H_ 10 11#include "card.h" 12 13void vnt_init_bands(struct vnt_private *priv); 14 15bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch); 16 17#endif /* _CHANNEL_H_ */