diff options
author | Dirk Opfer <dirk@opfer-online.de> | 2006-03-23 09:45:04 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-23 09:45:04 +0000 |
commit | bc8713bc19b90499828aa2d8f148752967b7ee0c (patch) | |
tree | 1956cd7ee47a8ec73f1187c02fd1943c9f2b9e2e /packages/wlan-ng/wlan-ng-modules-0.2.3/prism2sta_commsqual_defer.patch | |
parent | b4d5283ac5eda8be3429f6d6e89d258ea351cf61 (diff) |
wlan-ng: add 0.2.3 and svn version, split usb, cs and pci driver
Diffstat (limited to 'packages/wlan-ng/wlan-ng-modules-0.2.3/prism2sta_commsqual_defer.patch')
-rw-r--r-- | packages/wlan-ng/wlan-ng-modules-0.2.3/prism2sta_commsqual_defer.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/wlan-ng/wlan-ng-modules-0.2.3/prism2sta_commsqual_defer.patch b/packages/wlan-ng/wlan-ng-modules-0.2.3/prism2sta_commsqual_defer.patch new file mode 100644 index 0000000000..65e34a326b --- /dev/null +++ b/packages/wlan-ng/wlan-ng-modules-0.2.3/prism2sta_commsqual_defer.patch @@ -0,0 +1,17 @@ +Index: linux-wlan-ng-0.2.3/src/prism2/driver/prism2sta.c +=================================================================== +--- linux-wlan-ng-0.2.3.orig/src/prism2/driver/prism2sta.c 2005-10-07 23:32:44.000000000 +0200 ++++ linux-wlan-ng-0.2.3/src/prism2/driver/prism2sta.c 2006-02-21 09:02:21.338239744 +0100 +@@ -2427,11 +2427,7 @@ + hfa384x2host_16(hw->qual.ANL_currFC)); + + /* Reschedule timer */ +- //if (!hw->timer_running) { +- hw->commsqual_timer.expires = jiffies + HZ; +- add_timer(&hw->commsqual_timer); +- hw->timer_running = 1; +- //} ++ mod_timer(&hw->commsqual_timer, jiffies + HZ); + + done: + DBFEXIT; |