xref: /freebsd/sys/dev/iwm/if_iwm_binding.h (revision 71625ec9ad2a9bc8c09784fbd23b759830e0ee5f)
1d4886179SRui Paulo /*	$OpenBSD: if_iwm.c,v 1.39 2015/03/23 00:35:19 jsg Exp $	*/
2d4886179SRui Paulo /*
3d4886179SRui Paulo  * Copyright (c) 2014 genua mbh <info@genua.de>
4d4886179SRui Paulo  * Copyright (c) 2014 Fixup Software Ltd.
5d4886179SRui Paulo  *
6d4886179SRui Paulo  * Permission to use, copy, modify, and distribute this software for any
7d4886179SRui Paulo  * purpose with or without fee is hereby granted, provided that the above
8d4886179SRui Paulo  * copyright notice and this permission notice appear in all copies.
9d4886179SRui Paulo  *
10d4886179SRui Paulo  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11d4886179SRui Paulo  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12d4886179SRui Paulo  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13d4886179SRui Paulo  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14d4886179SRui Paulo  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15d4886179SRui Paulo  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16d4886179SRui Paulo  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17d4886179SRui Paulo  */
18d4886179SRui Paulo 
19d4886179SRui Paulo /*-
20d4886179SRui Paulo  * Based on BSD-licensed source modules in the Linux iwlwifi driver,
21d4886179SRui Paulo  * which were used as the reference documentation for this implementation.
22d4886179SRui Paulo  *
23d4886179SRui Paulo  * Driver version we are currently based off of is
24d4886179SRui Paulo  * Linux 3.14.3 (tag id a2df521e42b1d9a23f620ac79dbfe8655a8391dd)
25d4886179SRui Paulo  *
26d4886179SRui Paulo  ***********************************************************************
27d4886179SRui Paulo  *
28d4886179SRui Paulo  * This file is provided under a dual BSD/GPLv2 license.  When using or
29d4886179SRui Paulo  * redistributing this file, you may do so under either license.
30d4886179SRui Paulo  *
31d4886179SRui Paulo  * GPL LICENSE SUMMARY
32d4886179SRui Paulo  *
33d4886179SRui Paulo  * Copyright(c) 2007 - 2013 Intel Corporation. All rights reserved.
34d4886179SRui Paulo  *
35d4886179SRui Paulo  * This program is free software; you can redistribute it and/or modify
36d4886179SRui Paulo  * it under the terms of version 2 of the GNU General Public License as
37d4886179SRui Paulo  * published by the Free Software Foundation.
38d4886179SRui Paulo  *
39d4886179SRui Paulo  * This program is distributed in the hope that it will be useful, but
40d4886179SRui Paulo  * WITHOUT ANY WARRANTY; without even the implied warranty of
41d4886179SRui Paulo  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
42d4886179SRui Paulo  * General Public License for more details.
43d4886179SRui Paulo  *
44d4886179SRui Paulo  * You should have received a copy of the GNU General Public License
45d4886179SRui Paulo  * along with this program; if not, write to the Free Software
46d4886179SRui Paulo  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
47d4886179SRui Paulo  * USA
48d4886179SRui Paulo  *
49d4886179SRui Paulo  * The full GNU General Public License is included in this distribution
50d4886179SRui Paulo  * in the file called COPYING.
51d4886179SRui Paulo  *
52d4886179SRui Paulo  * Contact Information:
53d4886179SRui Paulo  *  Intel Linux Wireless <ilw@linux.intel.com>
54d4886179SRui Paulo  * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
55d4886179SRui Paulo  *
56d4886179SRui Paulo  *
57d4886179SRui Paulo  * BSD LICENSE
58d4886179SRui Paulo  *
59d4886179SRui Paulo  * Copyright(c) 2005 - 2013 Intel Corporation. All rights reserved.
60d4886179SRui Paulo  * All rights reserved.
61d4886179SRui Paulo  *
62d4886179SRui Paulo  * Redistribution and use in source and binary forms, with or without
63d4886179SRui Paulo  * modification, are permitted provided that the following conditions
64d4886179SRui Paulo  * are met:
65d4886179SRui Paulo  *
66d4886179SRui Paulo  *  * Redistributions of source code must retain the above copyright
67d4886179SRui Paulo  *    notice, this list of conditions and the following disclaimer.
68d4886179SRui Paulo  *  * Redistributions in binary form must reproduce the above copyright
69d4886179SRui Paulo  *    notice, this list of conditions and the following disclaimer in
70d4886179SRui Paulo  *    the documentation and/or other materials provided with the
71d4886179SRui Paulo  *    distribution.
72d4886179SRui Paulo  *  * Neither the name Intel Corporation nor the names of its
73d4886179SRui Paulo  *    contributors may be used to endorse or promote products derived
74d4886179SRui Paulo  *    from this software without specific prior written permission.
75d4886179SRui Paulo  *
76d4886179SRui Paulo  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
77d4886179SRui Paulo  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
78d4886179SRui Paulo  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
79d4886179SRui Paulo  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
80d4886179SRui Paulo  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
81d4886179SRui Paulo  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
82d4886179SRui Paulo  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
83d4886179SRui Paulo  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
84d4886179SRui Paulo  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
85d4886179SRui Paulo  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
86d4886179SRui Paulo  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
87d4886179SRui Paulo  */
88d4886179SRui Paulo 
89d4886179SRui Paulo /*-
90d4886179SRui Paulo  * Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr>
91d4886179SRui Paulo  *
92d4886179SRui Paulo  * Permission to use, copy, modify, and distribute this software for any
93d4886179SRui Paulo  * purpose with or without fee is hereby granted, provided that the above
94d4886179SRui Paulo  * copyright notice and this permission notice appear in all copies.
95d4886179SRui Paulo  *
96d4886179SRui Paulo  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
97d4886179SRui Paulo  * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
98d4886179SRui Paulo  * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
99d4886179SRui Paulo  * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
100d4886179SRui Paulo  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
101d4886179SRui Paulo  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
102d4886179SRui Paulo  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
103d4886179SRui Paulo  */
104d4886179SRui Paulo #ifndef	__IF_IWM_BINDING_H__
105d4886179SRui Paulo #define	__IF_IWM_BINDING_H__
106d4886179SRui Paulo 
107*e7065dd1SMark Johnston extern	int iwm_binding_add_vif(struct iwm_softc *sc, struct iwm_vap *ivp);
108*e7065dd1SMark Johnston extern	int iwm_binding_remove_vif(struct iwm_softc *sc, struct iwm_vap *ivp);
109d4886179SRui Paulo 
110d4886179SRui Paulo #endif	/* __IF_IWM_BINDING_H__ */
111