Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220163
b: refs/heads/master
c: 1a3bf74
h: refs/heads/master
i:
  220161: c5ae9cb
  220159: 4685ed6
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 7, 2010
1 parent 238913b commit b48941a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 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: f149e6f1daf34c284485254fa020bdd6d6838a2d
refs/heads/master: 1a3bf7471e8acaab0e66a6304212218025fe1ec2
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/include/linux_osl.h
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ osl_pkt_tonative(osl_pubinfo_t *osh, void *pkt)
#define PKTSETLINK(skb, x) (((struct sk_buff *)(skb))->prev = (struct sk_buff*)(x))
#define PKTPRIO(skb) (((struct sk_buff *)(skb))->priority)
#define PKTSETPRIO(skb, x) (((struct sk_buff *)(skb))->priority = (x))
#define PKTSUMNEEDED(skb) (((struct sk_buff *)(skb))->ip_summed == CHECKSUM_HW)
#define PKTSUMNEEDED(skb) (((struct sk_buff *)(skb))->ip_summed == CHECKSUM_PARTIAL)
#define PKTSETSUMGOOD(skb, x) (((struct sk_buff *)(skb))->ip_summed = \
((x) ? CHECKSUM_UNNECESSARY : CHECKSUM_NONE))
/* PKTSETSUMNEEDED and PKTSUMGOOD are not possible because skb->ip_summed is overloaded */
Expand Down
14 changes: 3 additions & 11 deletions trunk/drivers/staging/brcm80211/include/linuxver.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,24 @@
#ifndef _linuxver_h_
#define _linuxver_h_

#include <linux/version.h>
#include <linux/module.h>

#include <linux/slab.h>

#include <linux/types.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/string.h>
#include <linux/pci.h>
#include <linux/interrupt.h>
#include <linux/netdevice.h>
#undef IP_TOS
#include <asm/io.h>

#include <linux/workqueue.h>
#include <linux/sched.h>
#include <linux/ieee80211.h>

#define CHECKSUM_HW CHECKSUM_PARTIAL

#include <linux/time.h>
#include <linux/wait.h>

#undef IP_TOS
#include <asm/io.h>

#define KILL_PROC(nr, sig) \
do { \
struct task_struct *tsk; \
Expand All @@ -51,6 +45,4 @@
send_sig(sig, tsk, 1); \
} while (0)

#define WL_DEV_IF(dev) ((wl_if_t *)netdev_priv(dev))

#endif /* _linuxver_h_ */
1 change: 1 addition & 0 deletions trunk/drivers/staging/brcm80211/sys/wl_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ struct ieee80211_tkip_data {
};

#ifndef WLC_HIGH_ONLY
#define WL_DEV_IF(dev) ((wl_if_t *)netdev_priv(dev))
#define WL_INFO(dev) ((wl_info_t *)(WL_DEV_IF(dev)->wl)) /* points to wl */
static int wl_request_fw(wl_info_t *wl, struct pci_dev *pdev);
static void wl_release_fw(wl_info_t *wl);
Expand Down

0 comments on commit b48941a

Please sign in to comment.