Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220161
b: refs/heads/master
c: 878a667
h: refs/heads/master
i:
  220159: 4685ed6
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Oct 7, 2010
1 parent 0098845 commit c5ae9cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: 624573d0d480a003c9ba042f524f311aef2e7c5f
refs/heads/master: 878a667394501e03cd27b393b87cf472fa74122c
3 changes: 0 additions & 3 deletions trunk/drivers/staging/brcm80211/include/linuxver.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ typedef irqreturn_t(*FN_ISR) (int irq, void *dev_id, struct pt_regs * ptregs);
#include <linux/sched.h>
#include <linux/ieee80211.h>

/* suspend args */
#define DRV_SUSPEND_STATE_TYPE pm_message_t

#define CHECKSUM_HW CHECKSUM_PARTIAL

#include <linux/time.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/brcm80211/sys/wl_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ wl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
}

#ifdef LINUXSTA_PS
static int wl_suspend(struct pci_dev *pdev, DRV_SUSPEND_STATE_TYPE state)
static int wl_suspend(struct pci_dev *pdev, pm_message_t state)
{
wl_info_t *wl;
struct ieee80211_hw *hw;
Expand Down

0 comments on commit c5ae9cb

Please sign in to comment.