Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /*
0003  * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
0004  * All rights reserved.
0005  *
0006  */
0007 
0008 #ifndef _CHANNEL_H_
0009 #define _CHANNEL_H_
0010 
0011 #include "card.h"
0012 
0013 void vnt_init_bands(struct vnt_private *priv);
0014 
0015 bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch);
0016 
0017 #endif /* _CHANNEL_H_ */