openwrt/package/mac80211/patches/041-fix_pm_qos_update.patch

12 lines
375 B
Diff

--- 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)