~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to ubuntu/rtl8192se/rtl_mesh.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

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
 
#ifdef _RTL8192_EXT_PATCH_
26
 
#ifndef _RTL_MESH_H
27
 
#define _RTL_MESH_H
28
 
 
29
 
struct net_device;
30
 
struct net_device_stats;
31
 
 
32
 
int meshdev_up(struct net_device *meshdev,bool is_silent_reset);
33
 
int meshdev_down(struct net_device *meshdev);
34
 
struct net_device_stats *meshdev_stats(struct net_device *meshdev);
35
 
void meshdev_init(struct net_device* meshdev);
36
 
 
37
 
int meshdev_update_ext_chnl_offset_as_client(void *data);
38
 
int meshdev_start_mesh_protocol_wq(void *data);
39
 
#endif
40
 
#endif