wl12xx: Add Support for Low Power DRPw (LPD) Mode
[pandora-kernel.git] / drivers / net / wireless / wl12xx / wl12xx.h
index 4bc22d8..8d6c8f2 100644 (file)
@@ -645,4 +645,10 @@ int wl1271_recalc_rx_streaming(struct wl1271 *wl);
 /* WL128X requires aggregated packets to be aligned to the SDIO block size */
 #define WL12XX_QUIRK_BLOCKSIZE_ALIGNMENT       BIT(2)
 
+/*
+ * WL127X AP mode requires Low Power DRPw (LPD) enable to reduce power
+ * consumption
+ */
+#define WL12XX_QUIRK_LPD_MODE                   BIT(3)
+
 #endif