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

« back to all changes in this revision

Viewing changes to ubuntu/rtl8192se/rtl_mesh.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader, Amit Kucheria
  • Date: 2010-03-23 18:05:12 UTC
  • Revision ID: james.westby@ubuntu.com-20100323180512-iavj906ocnphdubp
Tags: 2.6.33-500.3
[ Amit Kucheria ]

* [Config] Fix the debug package name to end in -dbgsym
* SAUCE: Add the ubuntu/ drivers to omap
* SAUCE: Re-export the symbols for aufs
* [Config] Enable AUFS and COMPCACHE

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
#endif
 
39
#endif