~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/ieee80211_ptr.sh

  • 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
#!/usr/bin/env /bin/bash
 
2
# Type-cast reused void* ax25_ptr to struct wireless_dev *
 
3
sed -i -e \
 
4
 's,dev\->ieee80211_ptr,((struct wireless_dev *)dev->ieee80211_ptr),g' \
 
5
 $1/net/wireless/*.[ch] 
 
6
sed -i -e 's,dev\->ieee80211_ptr\->wiphy,((struct wireless_dev *)dev->ieee80211_ptr)->wiphy,g'\
 
7
 $1/net/mac80211/wme.c $1/net/mac80211/debugfs_netdev.c