diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-26 18:03:20 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-26 18:03:20 +0000 |
commit | e93015c4d471dd96723008344b3008afa6ff4177 (patch) | |
tree | b1ea20b400f6e6c50a88ab63c484251d5414419e /package/mac80211/patches/315-rt2x00-Remove-check-for-rf-word-0-rt2800pci.patch | |
parent | c1ae60e7df285725b5ba0b8050c58ec8bc664408 (diff) |
[package] mac80211: update compat-wireless to 2009-02-25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/315-rt2x00-Remove-check-for-rf-word-0-rt2800pci.patch')
-rw-r--r-- | package/mac80211/patches/315-rt2x00-Remove-check-for-rf-word-0-rt2800pci.patch | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/package/mac80211/patches/315-rt2x00-Remove-check-for-rf-word-0-rt2800pci.patch b/package/mac80211/patches/315-rt2x00-Remove-check-for-rf-word-0-rt2800pci.patch index 1482a4a327..e5cf1e89f1 100644 --- a/package/mac80211/patches/315-rt2x00-Remove-check-for-rf-word-0-rt2800pci.patch +++ b/package/mac80211/patches/315-rt2x00-Remove-check-for-rf-word-0-rt2800pci.patch @@ -9,11 +9,9 @@ Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> drivers/net/wireless/rt2x00/rt2800pci.h | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) -diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c -index ddea65b..86ed55c 100644 --- a/drivers/net/wireless/rt2x00/rt2800pci.c +++ b/drivers/net/wireless/rt2x00/rt2800pci.c -@@ -125,9 +125,6 @@ static void rt2800pci_rf_write(struct rt2x00_dev *rt2x00dev, +@@ -125,9 +125,6 @@ static void rt2800pci_rf_write(struct rt { u32 reg; @@ -23,8 +21,6 @@ index ddea65b..86ed55c 100644 mutex_lock(&rt2x00dev->csr_mutex); /* -diff --git a/drivers/net/wireless/rt2x00/rt2800pci.h b/drivers/net/wireless/rt2x00/rt2800pci.h -index 0682a6a..f8bc958 100644 --- a/drivers/net/wireless/rt2x00/rt2800pci.h +++ b/drivers/net/wireless/rt2x00/rt2800pci.h @@ -68,8 +68,8 @@ @@ -38,6 +34,3 @@ index 0682a6a..f8bc958 100644 /* * Number of TX queues. --- -1.6.0 - |