| Dmitry Shmidt | 1412013 | 2008-12-18 09:55:20 -0800 | [diff] [blame] | 1 | /* include/linux/wifi_tiwlan.h | 
 | 2 |  * | 
 | 3 |  * Copyright (C) 2008 Google, Inc. | 
 | 4 |  * | 
 | 5 |  * This software is licensed under the terms of the GNU General Public | 
 | 6 |  * License version 2, as published by the Free Software Foundation, and | 
 | 7 |  * may be copied, distributed, and modified under those terms. | 
 | 8 |  * | 
 | 9 |  * This program is distributed in the hope that it will be useful, | 
 | 10 |  * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
 | 11 |  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
 | 12 |  * GNU General Public License for more details. | 
 | 13 |  * | 
 | 14 |  */ | 
 | 15 | #ifndef _LINUX_WIFI_TIWLAN_H_ | 
 | 16 | #define _LINUX_WIFI_TIWLAN_H_ | 
 | 17 |  | 
| Dmitry Shmidt | ff3ab81 | 2010-03-18 16:04:18 -0700 | [diff] [blame] | 18 | #include <linux/wlan_plat.h> | 
 | 19 |  | 
| Dmitry Shmidt | 1412013 | 2008-12-18 09:55:20 -0800 | [diff] [blame] | 20 | #define WMPA_NUMBER_OF_SECTIONS	3 | 
 | 21 | #define WMPA_NUMBER_OF_BUFFERS	160 | 
 | 22 | #define WMPA_SECTION_HEADER	24 | 
 | 23 | #define WMPA_SECTION_SIZE_0	(WMPA_NUMBER_OF_BUFFERS * 64) | 
 | 24 | #define WMPA_SECTION_SIZE_1	(WMPA_NUMBER_OF_BUFFERS * 256) | 
 | 25 | #define WMPA_SECTION_SIZE_2	(WMPA_NUMBER_OF_BUFFERS * 2048) | 
 | 26 |  | 
| Dmitry Shmidt | 1412013 | 2008-12-18 09:55:20 -0800 | [diff] [blame] | 27 | #endif |