Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102504
b: refs/heads/master
c: 5a36ba0
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Winkler authored and John W. Linville committed May 7, 2008
1 parent 428ae38 commit 4b8dd32
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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: e86fe9f64d7cc3da9f445f3d0a2c5fd265fcd445
refs/heads/master: 5a36ba0e412a0e12a8bf2648a075226c1dd7870d
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/iwl-4965-hw.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
*****************************************************************************/
/*
* Please use this file (iwl-4965-hw.h) only for hardware-related definitions.
* Use iwl-4965-commands.h for uCode API definitions.
* Use iwl-commands.h for uCode API definitions.
* Use iwl-4965.h for driver implementation definitions.
*/

Expand Down Expand Up @@ -98,7 +98,7 @@
#define IWL_RSSI_OFFSET 44


#include "iwl-4965-commands.h"
#include "iwl-commands.h"

#define PCI_LINK_CTRL 0x0F0
#define PCI_POWER_SOURCE 0x0C8
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-4965.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*****************************************************************************/
/*
* Please use this file (iwl-4965.h) for driver implementation definitions.
* Please use iwl-4965-commands.h for uCode API definitions.
* Please use iwl-commands.h for uCode API definitions.
* Please use iwl-4965-hw.h for hardware-related definitions.
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
*
*****************************************************************************/
/*
* Please use this file (iwl-4965-commands.h) only for uCode API definitions.
* Please use this file (iwl-commands.h) only for uCode API definitions.
* Please use iwl-4965-hw.h for hardware-related definitions.
* Please use iwl-4965.h for driver implementation definitions.
*/
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

#include <net/mac80211.h>

#include "iwl-4965-commands.h"
#include "iwl-commands.h"
#include "iwl-4965.h"
#include "iwl-core.h"
#include "iwl-debug.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-power.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "iwl-eeprom.h"
#include "iwl-4965.h"
#include "iwl-core.h"
#include "iwl-4965-commands.h"
#include "iwl-commands.h"
#include "iwl-debug.h"
#include "iwl-power.h"
#include "iwl-helpers.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-power.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define __iwl_power_setting_h__

#include <net/mac80211.h>
#include "iwl-4965-commands.h"
#include "iwl-commands.h"

struct iwl_priv;

Expand Down

0 comments on commit 4b8dd32

Please sign in to comment.