mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 06:38:57 +02:00
mac80211: fix another 2.6.35 compile error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23974 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8db1ac1beb
commit
fd4246150d
11
package/mac80211/patches/041-fix_pm_qos_update.patch
Normal file
11
package/mac80211/patches/041-fix_pm_qos_update.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- a/include/linux/compat-2.6.36.h
|
||||||
|
+++ b/include/linux/compat-2.6.36.h
|
||||||
|
@@ -83,7 +83,7 @@ struct pm_qos_request_list {
|
||||||
|
} while (0)
|
||||||
|
|
||||||
|
#define pm_qos_update_request(_req, _value) \
|
||||||
|
- pm_qos_update_request((_req)->request, (_value)
|
||||||
|
+ pm_qos_update_request((_req)->request, (_value))
|
||||||
|
|
||||||
|
#define pm_qos_remove_request(_req) \
|
||||||
|
pm_qos_remove_request((_req)->request)
|
Loading…
Reference in New Issue
Block a user