Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172247
b: refs/heads/master
c: 250cce2
h: refs/heads/master
i:
  172245: c9a980d
  172243: 1bb46fc
  172239: c5b2b73
v: v3
  • Loading branch information
Reinette Chatre authored and John W. Linville committed Dec 4, 2009
1 parent 19a14ee commit 5bcf530
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 212fb57519a65c8e15bd3f5db87c3328fcde88de
refs/heads/master: 250cce26d5d03337aec4ff8405121f026adb4a89
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/iwlwifi/iwl-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,16 @@
#ifndef __iwl_core_h__
#define __iwl_core_h__

#include <linux/utsrelease.h>

/************************
* forward declarations *
************************/
struct iwl_host_cmd;
struct iwl_cmd;


#define IWLWIFI_VERSION "1.3.27k"
#define IWLWIFI_VERSION UTS_RELEASE "-k"
#define DRV_COPYRIGHT "Copyright(c) 2003-2009 Intel Corporation"
#define DRV_AUTHOR "<ilw@linux.intel.com>"

Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/iwlwifi/iwl3945-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,9 @@
#define VS
#endif

#define IWL39_VERSION "1.2.26k" VD VS
#define DRV_VERSION IWLWIFI_VERSION VD VS
#define DRV_COPYRIGHT "Copyright(c) 2003-2009 Intel Corporation"
#define DRV_AUTHOR "<ilw@linux.intel.com>"
#define DRV_VERSION IWL39_VERSION


MODULE_DESCRIPTION(DRV_DESCRIPTION);
MODULE_VERSION(DRV_VERSION);
Expand Down

0 comments on commit 5bcf530

Please sign in to comment.