~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/mac80211/patches/seq_open_const.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
diff -upr linux-2.6.18-gentoo-r6/net/wireless/wext.c linux-2.6.18-gentoo-r6-building/net/wireless/wext.c
 
2
--- linux-2.6.18-gentoo-r6/net/wireless/wext.c  2007-06-04 15:39:37.000000000 -0700
 
3
+++ linux-2.6.18-gentoo-r6-building/net/wireless/wext.c 2007-06-04 15:37:31.000000000 -0700
 
4
@@ -676,7 +676,7 @@ static const struct seq_operations wirel
 
5
 
 
6
 static int wireless_seq_open(struct inode *inode, struct file *file)
 
7
 {
 
8
-       return seq_open(file, &wireless_seq_ops);
 
9
+       return seq_open(file, (struct seq_operations *)&wireless_seq_ops);
 
10
 }
 
11
 
 
12
 static const struct file_operations wireless_seq_fops = {