Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220295
b: refs/heads/master
c: 97eea3a
h: refs/heads/master
i:
  220293: c636b9a
  220291: be47bbc
  220287: 57703bb
v: v3
  • Loading branch information
Andy Shevchenko authored and Greg Kroah-Hartman committed Oct 12, 2010
1 parent 7cbad99 commit ec65341
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 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: ba07d0cbc919613ce48acc0a43d6e8ab35cd7748
refs/heads/master: 97eea3afa2b10900c2373458eb4f0341357e8bf8
1 change: 1 addition & 0 deletions trunk/drivers/staging/rt2860/common/ba_action.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*/

#include "../rt_config.h"
#include <linux/kernel.h>

#define BA_ORI_INIT_SEQ (pEntry->TxSeq[TID]) /*1 // inital sequence number of BA session */

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/rt2860/common/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

#include "../rt_config.h"
#include <stdarg.h>
#include <linux/kernel.h>

u8 CISCO_OUI[] = { 0x00, 0x40, 0x96 };

Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/staging/rt2860/rtmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -324,14 +324,6 @@ struct rt_rtmp_sg_list {
/* */
/* Some utility macros */
/* */
#ifndef min
#define min(_a, _b) (((_a) < (_b)) ? (_a) : (_b))
#endif

#ifndef max
#define max(_a, _b) (((_a) > (_b)) ? (_a) : (_b))
#endif

#define GET_LNA_GAIN(_pAd) ((_pAd->LatchRfRegs.Channel <= 14) ? (_pAd->BLNAGain) : ((_pAd->LatchRfRegs.Channel <= 64) ? (_pAd->ALNAGain0) : ((_pAd->LatchRfRegs.Channel <= 128) ? (_pAd->ALNAGain1) : (_pAd->ALNAGain2))))

#define INC_COUNTER64(Val) (Val.QuadPart++)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/staging/rt2860/sta/rtmp_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
-------- ---------- ----------------------------------------------
*/
#include "../rt_config.h"
#include <linux/kernel.h>

void STARxEAPOLFrameIndicate(struct rt_rtmp_adapter *pAd,
struct rt_mac_table_entry *pEntry,
Expand Down

0 comments on commit ec65341

Please sign in to comment.