Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278186
b: refs/heads/master
c: d4459a9
h: refs/heads/master
v: v3
  • Loading branch information
Stanislaw Gruszka committed Nov 15, 2011
1 parent 0b3778c commit 17f20f4
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 15 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: 7f8e12238049b0e5398e77cdf15f95a41077841f
refs/heads/master: d4459a99c41e0e4fe7e36b3816b461c42827fb80
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 @@ -51,8 +51,7 @@

#define DRV_NAME "iwl3945"

#include "iwl-fh.h"
#include "iwl-commands.h"
#include "commands.h"
#include "iwl-sta.h"
#include "3945.h"
#include "iwl-core.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 @@ -36,7 +36,7 @@

#include <linux/workqueue.h>

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

Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/iwlegacy/3945.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
#include <asm/unaligned.h>
#include <net/mac80211.h>

#include "iwl-fh.h"
#include "iwl-commands.h"
#include "commands.h"
#include "iwl-sta.h"
#include "iwl-eeprom.h"
#include "iwl-core.h"
Expand Down
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 @@ -36,7 +36,6 @@ extern const struct pci_device_id il3945_hw_card_ids[];

#include "iwl-csr.h"
#include "iwl-prph.h"
#include "iwl-fh.h"
#include "iwl-debug.h"
#include "iwl-power.h"
#include "iwl-dev.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*****************************************************************************/
/*
* Please use this file (iwl-commands.h) only for uCode API definitions.
* Please use iwl-xxxx-hw.h for hardware-related definitions.
* Please use iwl-dev.h for driver implementation definitions.
*/

#ifndef __il_commands_h__
#define __il_commands_h__
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/iwlegacy/iwl-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*****************************************************************************/
/*
* Please use this file (iwl-dev.h) for driver implementation definitions.
* Please use iwl-commands.h for uCode API definitions.
* Please use commands.h for uCode API definitions.
* Please use 4965.h for hardware-related definitions.
*/

Expand All @@ -42,7 +42,6 @@
#include "iwl-eeprom.h"
#include "iwl-csr.h"
#include "iwl-prph.h"
#include "iwl-fh.h"
#include "iwl-debug.h"
#include "4965.h"
#include "iwl-led.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/iwlegacy/iwl-power.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#ifndef __il_power_setting_h__
#define __il_power_setting_h__

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

enum il_power_level {
IL_POWER_IDX_1,
Expand Down

0 comments on commit 17f20f4

Please sign in to comment.