diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-25 01:26:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-25 01:26:20 +0000 |
commit | 0c5a03afad183a0d7756c083741d8e42bb2034ef (patch) | |
tree | 8a27631381dd2fbf479cac1538cb15e779635e77 /package/madwifi/patches/384-hwdetect.patch | |
parent | dcd1178611135cc725a578bec65f92af8d3f3cb9 (diff) | |
download | upstream-0c5a03afad183a0d7756c083741d8e42bb2034ef.tar.gz upstream-0c5a03afad183a0d7756c083741d8e42bb2034ef.tar.bz2 upstream-0c5a03afad183a0d7756c083741d8e42bb2034ef.zip |
madwifi: delay calibration with a timer when called from becaon context
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15029 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/patches/384-hwdetect.patch')
-rw-r--r-- | package/madwifi/patches/384-hwdetect.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/madwifi/patches/384-hwdetect.patch b/package/madwifi/patches/384-hwdetect.patch index 61926ccbef..397b69c2e1 100644 --- a/package/madwifi/patches/384-hwdetect.patch +++ b/package/madwifi/patches/384-hwdetect.patch @@ -62,7 +62,7 @@ static void ath_vap_delete(struct ieee80211vap *vap) { -@@ -10819,6 +10853,12 @@ ath_ioctl(struct net_device *dev, struct +@@ -10821,6 +10855,12 @@ ath_ioctl(struct net_device *dev, struct * is to add module parameters. */ @@ -75,7 +75,7 @@ /* * Dynamic (i.e. per-device) sysctls. These are automatically * mirrored in /proc/sys. -@@ -10898,6 +10938,38 @@ ath_sysctl_get_intmit(struct ath_softc * +@@ -10900,6 +10940,38 @@ ath_sysctl_get_intmit(struct ath_softc * } static int @@ -114,7 +114,7 @@ ATH_SYSCTL_DECL(ath_sysctl_halparam, ctl, write, filp, buffer, lenp, ppos) { struct ath_softc *sc = ctl->extra1; -@@ -11177,6 +11249,24 @@ static int maxint = 0x7fffffff; /* 32-b +@@ -11179,6 +11251,24 @@ static int maxint = 0x7fffffff; /* 32-b static const ctl_table ath_sysctl_template[] = { { .ctl_name = CTL_AUTO, |