Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278194
b: refs/heads/master
c: 9941200
h: refs/heads/master
v: v3
  • Loading branch information
Stanislaw Gruszka committed Nov 15, 2011
1 parent 4d3253b commit 6968a01
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 59 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: 3fbbf9a8083049718c44e43dc88c8e79cb0b7793
refs/heads/master: 99412002a07b63781adfc3d1272d3677841d4170
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/iwlegacy/3945.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ extern const struct pci_device_id il3945_hw_card_ids[];
#include "common.h"
#include "iwl-prph.h"
#include "iwl-debug.h"
#include "iwl-power.h"
#include "iwl-led.h"
#include "iwl-eeprom.h"

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/iwlegacy/commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
#ifndef __il_commands_h__
#define __il_commands_h__

#include <linux/ieee80211.h>

struct il_priv;

/* uCode version contains 4 values: Major/Minor/API/Serial */
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wireless/iwlegacy/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "iwl-eeprom.h"
#include "iwl-debug.h"
#include "common.h"
#include "iwl-power.h"

const char *il_get_cmd_string(u8 cmd)
{
Expand Down
11 changes: 10 additions & 1 deletion trunk/drivers/net/wireless/iwlegacy/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
#include <linux/wait.h>
#include <net/ieee80211_radiotap.h>

#include "commands.h"
#include "iwl-eeprom.h"
#include "csr.h"
#include "iwl-prph.h"
#include "iwl-debug.h"
#include "iwl-led.h"
#include "iwl-power.h"

struct il_host_cmd;
struct il_cmd;
Expand Down Expand Up @@ -938,6 +938,13 @@ struct il_rxon_context {
} ht;
};

struct il_power_mgr {
struct il_powertable_cmd sleep_cmd;
struct il_powertable_cmd sleep_cmd_next;
int debug_sleep_level_override;
bool pci_pm;
};

struct il_priv {

/* ieee device used by generic ieee processing code */
Expand Down Expand Up @@ -2996,4 +3003,6 @@ extern int il3945_rate_control_register(void);
extern void il4965_rate_control_unregister(void);
extern void il3945_rate_control_unregister(void);

extern int il_power_update_mode(struct il_priv *il, bool force);
extern void il_power_initialize(struct il_priv *il);
#endif /* __il_core_h__ */
55 changes: 0 additions & 55 deletions trunk/drivers/net/wireless/iwlegacy/iwl-power.h

This file was deleted.

0 comments on commit 6968a01

Please sign in to comment.