Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281189
b: refs/heads/master
c: ea74fed
h: refs/heads/master
i:
  281187: 304a7f6
v: v3
  • Loading branch information
Sean MacLennan authored and Greg Kroah-Hartman committed Nov 30, 2011
1 parent 1b91a25 commit 55d6b55
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1c602f9991cf7b93c2b8a8160d2dab8df194026
refs/heads/master: ea74fedced8235fb01fc317bcb8cd98d8aa71436
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8192e/rtl819x_BAProc.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
******************************************************************************/
#include "rtllib.h"
#include "rtl819x_BA.h"
#include "rtl_core.h"

static void ActivateBAEntry(struct rtllib_device *ieee, struct ba_record *pBA,
u16 Time)
Expand Down
7 changes: 4 additions & 3 deletions trunk/drivers/staging/rtl8192e/rtl_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
#include <linux/random.h>
#include <linux/version.h>
#include <linux/io.h>

/* Need this defined before including local include files */
#define DRV_NAME "rtl819xE"

#include "rtllib.h"

#include "dot11d.h"
Expand All @@ -56,7 +60,6 @@
#include "r8190P_def.h"
#include "r8192E_dev.h"

#include "rtl_debug.h"
#include "rtl_eeprom.h"
#include "rtl_ps.h"
#include "rtl_pci.h"
Expand All @@ -67,8 +70,6 @@
#define DRV_AUTHOR "<wlanfae@realtek.com>"
#define DRV_VERSION "0014.0401.2010"

#define DRV_NAME "rtl819xE"

#define IS_HARDWARE_TYPE_819xP(_priv) \
((((struct r8192_priv *)rtllib_priv(dev))->card_8192 == NIC_8190P) || \
(((struct r8192_priv *)rtllib_priv(dev))->card_8192 == NIC_8192E))
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8192e/rtl_pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include <linux/types.h>
#include <linux/pci.h>
#include "rtllib.h"

static inline void NdisRawWritePortUlong(u32 port, u32 val)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8192e/rtl_ps.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define _RTL_PS_H

#include <linux/types.h>
#include "rtllib.h"

struct net_device;

#define RT_CHECK_FOR_HANG_PERIOD 2
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
#include <linux/delay.h>
#include <linux/wireless.h>

#include "rtllib_debug.h"
#include "rtl819x_HT.h"
#include "rtl819x_BA.h"
#include "rtl819x_TS.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
#ifndef _RTL_DEBUG_H
#define _RTL_DEBUG_H

/* Allow files to override DRV_NAME */
#ifndef DRV_NAME
#define DRV_NAME "rtllib_92e"
#endif

#define DMESG(x, a...)

extern u32 rt_global_debug_component;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/rtl8192e/rtllib_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
#include "rtllib.h"


#define DRV_NAME "rtllib_92e"

void _setup_timer(struct timer_list *ptimer, void *fun, unsigned long data)
{
ptimer->function = fun;
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8192e/rtllib_softmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@


#include "rtllib.h"
#include "rtl_core.h"

#include <linux/random.h>
#include <linux/delay.h>
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8192e/rtllib_softmac_wx.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@


#include "rtllib.h"
#include "rtl_core.h"
#include "dot11d.h"
/* FIXME: add A freqs */

Expand Down

0 comments on commit 55d6b55

Please sign in to comment.