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

Side by Side Diff: chromeos/scripts/compat_wireless_config

Issue 6393011: ath9k: Add pktlog support Base URL: ssh://git@gitrw.chromium.org:9222/kernel.git@master
Patch Set: add missing files Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/xmit.c ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # /bin/sh 1 # /bin/sh
2 2
3 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. 3 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
4 # Distributed under the terms of the GNU General Public License v2 4 # Distributed under the terms of the GNU General Public License v2
5 5
6 # 6 #
7 # Helper script to setup compat-wireless configuration. 7 # Helper script to setup compat-wireless configuration.
8 # 8 #
9 9
10 S=${1:?No kernel source directory specified} 10 S=${1:?No kernel source directory specified}
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 CONFIG_CFG80211_WEXT=y 45 CONFIG_CFG80211_WEXT=y
46 46
47 CONFIG_ATH=y 47 CONFIG_ATH=y
48 CONFIG_ATH_COMMON=m 48 CONFIG_ATH_COMMON=m
49 CONFIG_ATH_DEBUG=y 49 CONFIG_ATH_DEBUG=y
50 CONFIG_ATH5K=m 50 CONFIG_ATH5K=m
51 CONFIG_ATH9K=m 51 CONFIG_ATH9K=m
52 CONFIG_ATH9K_HW=m 52 CONFIG_ATH9K_HW=m
53 CONFIG_ATH9K_COMMON=m 53 CONFIG_ATH9K_COMMON=m
54 CONFIG_ATH9K_DEBUGFS=y 54 CONFIG_ATH9K_DEBUGFS=y
55 CONFIG_ATH9K_PKTLOG=y
55 56
56 CONFIG_IWLWIFI=m 57 CONFIG_IWLWIFI=m
57 CONFIG_COMPAT_IWLWIFI=m 58 CONFIG_COMPAT_IWLWIFI=m
58 CONFIG_IWLWIFI_SPECTRUM_MANAGEMENT=y 59 CONFIG_IWLWIFI_SPECTRUM_MANAGEMENT=y
59 CONFIG_IWLAGN=m 60 CONFIG_IWLAGN=m
60 CONFIG_COMPAT_IWL4965=y 61 CONFIG_COMPAT_IWL4965=y
61 CONFIG_IWL5000=y 62 CONFIG_IWL5000=y
62 CONFIG_IWL3945=m 63 CONFIG_IWL3945=m
63 CONFIG_IWL3945_SPECTRUM_MANAGEMENT=y 64 CONFIG_IWL3945_SPECTRUM_MANAGEMENT=y
64 CONFIG_IWLWIFI_DEBUG=y 65 CONFIG_IWLWIFI_DEBUG=y
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 #ifdef CONFIG_NET_SCHED 118 #ifdef CONFIG_NET_SCHED
118 #ifdef CONFIG_NETDEVICES_MULTIQUEUE 119 #ifdef CONFIG_NETDEVICES_MULTIQUEUE
119 #ifndef CONFIG_MAC80211_QOS 120 #ifndef CONFIG_MAC80211_QOS
120 #define CONFIG_MAC80211_QOS 1 121 #define CONFIG_MAC80211_QOS 1
121 #endif /* CONFIG_MAC80211_QOS */ 122 #endif /* CONFIG_MAC80211_QOS */
122 #endif 123 #endif
123 #endif 124 #endif
124 #endif /* COMPAT_AUTOCONF_INCLUDED */ 125 #endif /* COMPAT_AUTOCONF_INCLUDED */
125 EOF 126 EOF
126 )>"${COMPAT_WIRELESS}"/include/linux/compat_autoconf.h 127 )>"${COMPAT_WIRELESS}"/include/linux/compat_autoconf.h
OLDNEW
« no previous file with comments | « chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/xmit.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698