~ubuntu-branches/ubuntu/hardy/linux-backports-modules-2.6.24/hardy-security

« back to all changes in this revision

Viewing changes to updates/wireless/iwlwifi/iwlwifi/patches/05-delayed_work_define.patch

  • Committer: Bazaar Package Importer
  • Author(s): , Ben Collins
  • Date: 2008-04-02 06:59:04 UTC
  • Revision ID: james.westby@ubuntu.com-20080402065904-e5knh2gn2hms3xbb
Tags: 2.6.24-14.11
[Ben Collins]

* iwlwifi: Update to iwlwifi-1.2.25 and mac80211-10.0.4
  - LP: #200950
* ubuntu: Slight cleanups to module hiearchy and Makefiles
* mac80211: Enable LED triggers
* iwlwifi: Add LED trigger support (rx and tx only)
  - LP: #176090

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mac80211 pre 8.x.x didn't have __kcompat_delayed_work_h__ defined
 
2
diff -upr compatible/kcompat-delayed_work.h post/kcompat-delayed_work.h
 
3
--- compatible/kcompat-delayed_work.h   2007-06-05 10:46:54.000000000 -0700
 
4
+++ post/kcompat-delayed_work.h 2007-06-05 10:52:01.000000000 -0700
 
5
@@ -1,5 +1,5 @@
 
6
-#ifndef __kcompat_delayed_work_h__
 
7
-#define __kcompat_delayed_work_h__
 
8
+#ifndef __kcompat_h__
 
9
+#define __kcompat_h__
 
10
 
 
11
 /* Out-of-tree / in-tree kernel compatibility */
 
12
 #include <linux/version.h>