The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/iwm/if_iwm_scan.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 0ae6ff027cc7f8dc139f10274be8638f


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.