Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 90570
b: refs/heads/master
c: 9cfb000
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Apr 8, 2008
1 parent f75bf38 commit 52bc4cb
Show file tree
Hide file tree
Showing 5 changed files with 3 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: 49ec6fa22028054f292c9c290415b88281f7b783
refs/heads/master: 9cfb0009dab6d6b4c5a15c5d74ab60d7a7a7371b
7 changes: 2 additions & 5 deletions trunk/net/mac80211/ieee80211_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@

#define WLAN_FC_DATA_PRESENT(fc) (((fc) & 0x4c) == 0x08)

struct ieee80211_local;
#define IEEE80211_FC(type, subtype) cpu_to_le16(type | subtype)

#define IEEE80211_ALIGN32_PAD(a) ((4 - ((a) & 3)) & 3)
struct ieee80211_local;

/* Maximum number of broadcast/multicast frames to buffer when some of the
* associated stations are using power saving. */
Expand Down Expand Up @@ -893,11 +893,8 @@ extern const struct iw_handler_def ieee80211_iw_handler_def;


/* ieee80211_ioctl.c */
int ieee80211_set_compression(struct ieee80211_local *local,
struct net_device *dev, struct sta_info *sta);
int ieee80211_set_freq(struct ieee80211_local *local, int freq);
/* ieee80211_sta.c */
#define IEEE80211_FC(type, stype) cpu_to_le16(type | stype)
void ieee80211_sta_timer(unsigned long data);
void ieee80211_sta_work(struct work_struct *work);
void ieee80211_sta_scan_work(struct work_struct *work);
Expand Down
2 changes: 0 additions & 2 deletions trunk/net/mac80211/ieee80211_sta.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
#define IEEE80211_IBSS_MAX_STA_ENTRIES 128


#define IEEE80211_FC(type, stype) cpu_to_le16(type | stype)

#define ERP_INFO_USE_PROTECTION BIT(1)

/* mgmt header + 1 byte action code */
Expand Down
2 changes: 0 additions & 2 deletions trunk/net/mac80211/mesh_hwmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#include <asm/unaligned.h>
#include "mesh.h"

#define IEEE80211_FC(type, stype) cpu_to_le16(type | stype)

#define TEST_FRAME_LEN 8192
#define MAX_METRIC 0xffffffff
#define ARITH_SHIFT 8
Expand Down
1 change: 0 additions & 1 deletion trunk/net/mac80211/mesh_plink.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#define mpl_dbg(fmt, args...) do { (void)(0); } while (0)
#endif

#define IEEE80211_FC(type, stype) cpu_to_le16(type | stype)
#define PLINK_GET_FRAME_SUBTYPE(p) (p)
#define PLINK_GET_LLID(p) (p + 1)
#define PLINK_GET_PLID(p) (p + 3)
Expand Down

0 comments on commit 52bc4cb

Please sign in to comment.