Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: chromeos/compat-wireless/include/linux/compat-2.6.26.h

Issue 5326002: Update compat-wireless to 2.6.36-5-spn (Closed) Base URL: http://git.chromium.org/git/kernel.git@master
Patch Set: Fixes for !ACK handling, missing local changes, log message fixes Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/compat-wireless/include/linux/compat-2.6.26.h
diff --git a/chromeos/compat-wireless/include/linux/compat-2.6.26.h b/chromeos/compat-wireless/include/linux/compat-2.6.26.h
index 825117742ba844fa68a3c354b96439680f87bbbb..30ee46c04d633bf8d5d60b304ee0347764ee75b1 100644
--- a/chromeos/compat-wireless/include/linux/compat-2.6.26.h
+++ b/chromeos/compat-wireless/include/linux/compat-2.6.26.h
@@ -394,6 +394,15 @@ struct net *dev_net(const struct net_device *dev)
#endif /* xtensa */
+#define PCIE_LINK_STATE_L0S 1
+#define PCIE_LINK_STATE_L1 2
+#define PCIE_LINK_STATE_CLKPM 4
+
+static inline void pci_disable_link_state(struct pci_dev *pdev, int state)
+{
+}
+/* source: include/linux/pci-aspm.h */
+
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)) */
#endif /* LINUX_26_26_COMPAT_H */

Powered by Google App Engine
This is Rietveld 408576698