Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1973)

Side by Side Diff: chromeos/drivers/ath6kl/os/linux/include/wlan_config.h

Issue 646055: Atheros AR600x driver + build glue (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 //------------------------------------------------------------------------------
2 // <copyright file="wlan_config.h" company="Atheros">
3 // Copyright (c) 2004-2010 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 // This file contains the tunable configuration items for the WLAN module
18 //
19 // Author(s): ="Atheros"
20 //==============================================================================
21 #ifndef _HOST_WLAN_CONFIG_H_
22 #define _HOST_WLAN_CONFIG_H_
23
24 /* Include definitions here that can be used to tune the WLAN module behavior.
25 * Different customers can tune the behavior as per their needs, here.
26 */
27
28 /* This configuration item when defined will consider the barker preamble
29 * mentioned in the ERP IE of the beacons from the AP to determine the short
30 * preamble support sent in the (Re)Assoc request frames.
31 */
32 #define WLAN_CONFIG_DONOT_IGNORE_BARKER_IN_ERP 0
33
34 /* This config item when defined will not send the power module state transition
35 * failure events that happen during scan, to the host.
36 */
37 #define WLAN_CONFIG_IGNORE_POWER_SAVE_FAIL_EVENT_DURING_SCAN 0
38
39
40 #endif /* _HOST_WLAN_CONFIG_H_ */
OLDNEW
« no previous file with comments | « chromeos/drivers/ath6kl/os/linux/include/osapi_linux.h ('k') | chromeos/drivers/ath6kl/os/linux/include/wmi_filter_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698