11553Srgrimes/*-
21553Srgrimes * Copyright (c) 2015 Adrian Chadd <adrian@FreeBSD.org>
31553Srgrimes * All rights reserved.
41553Srgrimes *
51553Srgrimes * Redistribution and use in source and binary forms, with or without
61553Srgrimes * modification, are permitted provided that the following conditions
71553Srgrimes * are met:
81553Srgrimes * 1. Redistributions of source code must retain the above copyright
91553Srgrimes *    notice, this list of conditions and the following disclaimer,
101553Srgrimes *    without modification.
111553Srgrimes * 2. Redistributions in binary form must reproduce at minimum a disclaimer
121553Srgrimes *    similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
131553Srgrimes *    redistribution must be conditioned upon including a substantially
141553Srgrimes *    similar Disclaimer requirement for further binary redistribution.
151553Srgrimes *
161553Srgrimes * NO WARRANTY
171553Srgrimes * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
181553Srgrimes * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
191553Srgrimes * LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY
201553Srgrimes * AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
211553Srgrimes * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
221553Srgrimes * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
231553Srgrimes * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
241553Srgrimes * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
251553Srgrimes * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
261553Srgrimes * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
271553Srgrimes * THE POSSIBILITY OF SUCH DAMAGES.
281553Srgrimes */
291553Srgrimes#ifndef	__IF_ATH_IOCTL_H__
301553Srgrimes#define	__IF_ATH_IOCTL_H__
311553Srgrimes
321553Srgrimesextern	int ath_ioctl(struct ieee80211com *ic, u_long cmd, void *data);
331553Srgrimes
341553Srgrimes#endif
351553Srgrimes