summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/450-new_hal.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-10-23 01:07:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-10-23 01:07:42 +0000
commit500fc664d81db0a5c53989e48b7b77c8addc84fe (patch)
tree4671c5b5d16eab48e0e2a3d6d3375a7efe872254 /package/madwifi/patches/450-new_hal.patch
parent76193c62418e7c6cea17497770d628ebd298dc18 (diff)
madwifi: add a patch for detecting vendor / device name information (only implemented for WiSoC at the moment)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13027 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/450-new_hal.patch')
-rw-r--r--package/madwifi/patches/450-new_hal.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/madwifi/patches/450-new_hal.patch b/package/madwifi/patches/450-new_hal.patch
index 60a7dc33e..778f6da25 100644
--- a/package/madwifi/patches/450-new_hal.patch
+++ b/package/madwifi/patches/450-new_hal.patch
@@ -1,6 +1,6 @@
--- a/ath_hal/ah_os.h
+++ b/ath_hal/ah_os.h
-@@ -156,80 +156,23 @@
+@@ -156,80 +156,23 @@ extern u_int32_t __ahdecl ath_hal_getupt
#endif
#endif /* AH_BYTE_ORDER */
@@ -93,7 +93,7 @@
* The functions in this section are not intended to be invoked by MadWifi
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
-@@ -593,6 +593,14 @@
+@@ -605,6 +605,14 @@ ath_attach(u_int16_t devid, struct net_d
}
sc->sc_ah = ah;
@@ -108,7 +108,7 @@
/*
* Check if the MAC has multi-rate retry support.
* We do this by trying to setup a fake extended
-@@ -7453,7 +7461,7 @@
+@@ -7487,7 +7495,7 @@ ath_txq_setup(struct ath_softc *sc, int
if (qtype == HAL_TX_QUEUE_UAPSD)
qi.tqi_qflags = HAL_TXQ_TXDESCINT_ENABLE;
else
@@ -119,7 +119,7 @@
if (qnum == -1) {
--- a/ath_hal/ah_os.c
+++ b/ath_hal/ah_os.c
-@@ -126,6 +126,13 @@
+@@ -126,6 +126,13 @@ ath_hal_printf(struct ath_hal *ah, const
}
EXPORT_SYMBOL(ath_hal_printf);