| OLD | NEW |
| (Empty) |
| 1 //------------------------------------------------------------------------------ | |
| 2 // <copyright file="wlan_dset.h" company="Atheros"> | |
| 3 // Copyright (c) 2007 Atheros Corporation. All rights reserved. | |
| 4 // | |
| 5 // This program is free software; you can redistribute it and/or modify | |
| 6 // it under the terms of the GNU General Public License version 2 as | |
| 7 // published by the Free Software Foundation; | |
| 8 // | |
| 9 // Software distributed under the License is distributed on an "AS | |
| 10 // IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or | |
| 11 // implied. See the License for the specific language governing | |
| 12 // rights and limitations under the License. | |
| 13 // | |
| 14 // | |
| 15 //------------------------------------------------------------------------------ | |
| 16 //============================================================================== | |
| 17 // Author(s): ="Atheros" | |
| 18 //============================================================================== | |
| 19 | |
| 20 #ifndef __WLAN_DSET_H__ | |
| 21 #define __WLAN_DSET_H__ | |
| 22 | |
| 23 typedef PREPACK struct wow_config_dset { | |
| 24 | |
| 25 A_UINT8 valid_dset; | |
| 26 A_UINT8 gpio_enable; | |
| 27 A_UINT16 gpio_pin; | |
| 28 } POSTPACK WOW_CONFIG_DSET; | |
| 29 | |
| 30 #endif | |
| OLD | NEW |