From 5ae9d019829980d9398cdb9d4af5eb06923f9bdc Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 8 Feb 2009 10:22:43 +0000 Subject: [package] mac80211: add rt2800 patches from the rt2x00 git rope git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14435 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../307-rt2x00-Clean-header-rt2800usb.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package/mac80211/patches/307-rt2x00-Clean-header-rt2800usb.patch (limited to 'package/mac80211/patches/307-rt2x00-Clean-header-rt2800usb.patch') diff --git a/package/mac80211/patches/307-rt2x00-Clean-header-rt2800usb.patch b/package/mac80211/patches/307-rt2x00-Clean-header-rt2800usb.patch new file mode 100644 index 000000000..0a4f4dadd --- /dev/null +++ b/package/mac80211/patches/307-rt2x00-Clean-header-rt2800usb.patch @@ -0,0 +1,30 @@ +From 620724c1db862bbb09824855a19a8d1836752be2 Mon Sep 17 00:00:00 2001 +From: Ivo van Doorn +Date: Thu, 5 Feb 2009 22:44:30 +0100 +Subject: [PATCH] rt2x00: Clean header (rt2800usb) + +Signed-off-by: Ivo van Doorn +--- + drivers/net/wireless/rt2x00/rt2800usb.h | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +--- a/drivers/net/wireless/rt2x00/rt2800usb.h ++++ b/drivers/net/wireless/rt2x00/rt2800usb.h +@@ -1213,7 +1213,7 @@ + * TX_STA_FIFO: TX Result for specific PID status fifo register + */ + #define TX_STA_FIFO 0x1718 +-#define TX_STA_FIFO_B_VALID FIELD32(0x00000001) ++#define TX_STA_FIFO_VALID FIELD32(0x00000001) + #define TX_STA_FIFO_PID_TYPE FIELD32(0x0000001e) + #define TX_STA_FIFO_TX_SUCCESS FIELD32(0x00000020) + #define TX_STA_FIFO_TX_AGGRE FIELD32(0x00000040) +@@ -1436,7 +1436,7 @@ struct mac_iveiv_entry { + /* + * HW_BEACON_BASE + * In order to support maximum 8 MBSS and its maximum length +- * is 512 bytes for each beacon ++ * is 512 bytes for each beacon + * Three section discontinue memory segments will be used. + * 1. The original region for BCN 0~3 + * 2. Extract memory from FCE table for BCN 4~5 -- cgit v1.2.3