Root/
| 1 | /* |
| 2 | * Copyright (c) 2007 Atheros Communications, Inc. |
| 3 | * All rights reserved. |
| 4 | * |
| 5 | * |
| 6 | * $ATH_LICENSE_HOSTSDK0_C$ |
| 7 | * |
| 8 | */ |
| 9 | |
| 10 | #ifndef __WLAN_DSET_H__ |
| 11 | #define __WKAN_DSET_H__ |
| 12 | |
| 13 | typedef PREPACK struct wow_config_dset { |
| 14 | |
| 15 | A_UINT8 valid_dset; |
| 16 | A_UINT8 gpio_enable; |
| 17 | A_UINT16 gpio_pin; |
| 18 | } POSTPACK WOW_CONFIG_DSET; |
| 19 | |
| 20 | #endif |
| 21 |
