Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278176
b: refs/heads/master
c: 6bbb137
h: refs/heads/master
v: v3
  • Loading branch information
Stanislaw Gruszka committed Nov 15, 2011
1 parent 4788c6e commit 0d9f23c
Show file tree
Hide file tree
Showing 11 changed files with 676 additions and 856 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: af038f404ffb851dcefa0c56c5c81cacd06f0903
refs/heads/master: 6bbb1370c3083190cae8487c2c61c0d24f869e68
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/iwlegacy/3945-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
* Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
*****************************************************************************/

#include "iwl-3945-debugfs.h"

#include "iwl-dev.h"
#include "iwl-core.h"
#include "3945.h"

static int il3945_stats_flag(struct il_priv *il, char *buf, int bufsz)
{
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/iwlegacy/3945-mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@
#define DRV_NAME "iwl3945"

#include "iwl-fh.h"
#include "iwl-3945-fh.h"
#include "iwl-commands.h"
#include "iwl-sta.h"
#include "iwl-3945.h"
#include "3945.h"
#include "iwl-core.h"
#include "iwl-helpers.h"
#include "iwl-dev.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlegacy/3945-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include <linux/workqueue.h>

#include "iwl-commands.h"
#include "iwl-3945.h"
#include "3945.h"
#include "iwl-sta.h"

#define RS_NAME "iwl-3945-rs"
Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/iwlegacy/3945.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@
#include <net/mac80211.h>

#include "iwl-fh.h"
#include "iwl-3945-fh.h"
#include "iwl-commands.h"
#include "iwl-sta.h"
#include "iwl-3945.h"
#include "iwl-eeprom.h"
#include "iwl-core.h"
#include "iwl-helpers.h"
#include "iwl-led.h"
#include "iwl-3945-debugfs.h"
#include "3945.h"

/* Send led command */
static int il3945_send_led_cmd(struct il_priv *il,
Expand Down
Loading

0 comments on commit 0d9f23c

Please sign in to comment.