Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[firefly-linux-kernel-4.4.55.git] / drivers / staging / vt6655 / power.h
index 936f171a6b1976d9f498a5fa2d459edba6c4a05e..1083341b2a4760d3611aa6e747b08a7e74f54394 100644 (file)
 #define     PS_FAST_INTERVAL         1         // Fast power saving listen interval
 #define     PS_MAX_INTERVAL          4         // MAX power saving listen interval
 
-bool
-PSbConsiderPowerDown(
-       void *hDeviceContext,
-       bool bCheckRxDMA,
-       bool bCheckCountToWakeUp
-);
-
 void
 PSvDisablePowerSaving(
        void *hDeviceContext
@@ -51,15 +44,6 @@ PSvEnablePowerSaving(
        unsigned short wListenInterval
 );
 
-void
-PSvSendPSPOLL(
-       void *hDeviceContext
-);
-
-bool
-PSbSendNullPacket(
-       void *hDeviceContext
-);
 
 bool
 PSbIsNextTBTTWakeUp(