~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to ubuntu/rtl8192se/rtl8192s/r8192S_scan.h

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/******************************************************************************
2
 
 * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
3
 
 *
4
 
 * Based on the r8180 driver, which is:
5
 
 * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al.
6
 
 * This program is free software; you can redistribute it and/or modify it
7
 
 * under the terms of version 2 of the GNU General Public License as
8
 
 * published by the Free Software Foundation.
9
 
 *
10
 
 * This program is distributed in the hope that it will be useful, but WITHOUT
11
 
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12
 
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
13
 
 * more details.
14
 
 *
15
 
 * You should have received a copy of the GNU General Public License along with
16
 
 * this program; if not, write to the Free Software Foundation, Inc.,
17
 
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
18
 
 *
19
 
 * The full GNU General Public License is included in this distribution in the
20
 
 * file called LICENSE.
21
 
 *
22
 
 * Contact Information:
23
 
 * wlanfae <wlanfae@realtek.com>
24
 
******************************************************************************/
25
 
#ifndef _RTL8192SE_SCAN
26
 
#define _RTL8192SE_SCAN
27
 
 
28
 
void rtl8192se_hw_scan_simu(void *data);
29
 
void rtl8192se_rx_surveydone_cmd(struct net_device *dev);
30
 
void    rtl8192se_check_hw_scan(void *data);
31
 
void rtl8192se_start_hw_scan(void *data);
32
 
void rtl8192se_abort_hw_scan(struct net_device *dev);
33
 
void rtl8192se_hw_scan_initiate(struct net_device *dev);
34
 
void rtl8192se_send_scan_abort(struct net_device *dev);
35
 
void rtl8192se_cancel_hw_scan(struct net_device *dev);
36
 
 
37
 
#endif
38