1.6.3.9 DRV_G3ADP_MAC_PowerMode Function
C
bool DRV_G3ADP_MAC_PowerMode( DRV_HANDLE hMac, TCPIP_MAC_POWER_MODE pwrMode );Summary
Selects the current power mode for the MAC. Not implemented.
Description
This function has not been implemented.
Precondition
DRV_G3ADP_MAC_Initialize() should have been called. DRV_G3ADP_MAC_Open() should have been called to obtain a valid handle.
Parameters
| Param | Description |
|---|---|
| hMac | Handle identifying the MAC driver client |
| pwrMode | Power mode. |
Returns
Current implementation always returns true.
Remarks
None.
