diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2007-11-20 21:42:09 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-11-20 21:42:09 +0000 |
commit | 64c96971c6efeef708dce50949415f45219509bf (patch) | |
tree | d6859348b124bde9b43785b9f43bea4bbbafbe2c /packages/wlan-ng/wlan-ng-modules-0.2.7/2.6.22-fixes.patch | |
parent | f0ee787ea08ff7cb7a25b7f693119059370cd2f1 (diff) |
wlan-ng-modules: fix for the fix of wlan-ng-modules 0.2.7 - close #3340
Diffstat (limited to 'packages/wlan-ng/wlan-ng-modules-0.2.7/2.6.22-fixes.patch')
-rw-r--r-- | packages/wlan-ng/wlan-ng-modules-0.2.7/2.6.22-fixes.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/wlan-ng/wlan-ng-modules-0.2.7/2.6.22-fixes.patch b/packages/wlan-ng/wlan-ng-modules-0.2.7/2.6.22-fixes.patch index 5027c0066f..affc6567dc 100644 --- a/packages/wlan-ng/wlan-ng-modules-0.2.7/2.6.22-fixes.patch +++ b/packages/wlan-ng/wlan-ng-modules-0.2.7/2.6.22-fixes.patch @@ -37,7 +37,7 @@ Index: linux-wlan-ng-0.2.7/src/prism2/driver/prism2sta.c +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 20) +void prism2sta_commsqual_defer(struct work_struct *work) +{ -+ hfa384x_t *hw = container_of(work, hfa384x_t, usb_work); ++ hfa384x_t *hw = container_of(work, hfa384x_t, commsqual_bh); +#else void prism2sta_commsqual_defer(void *data) { |