~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/wireless/hostap/hostap_config.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
/* Following defines can be used to remove unneeded parts of the driver, e.g.,
32
32
 * to limit the size of the kernel module. Definitions can be added here in
33
 
 * hostap_config.h or they can be added to make command with EXTRA_CFLAGS,
 
33
 * hostap_config.h or they can be added to make command with ccflags-y,
34
34
 * e.g.,
35
 
 * 'make pccard EXTRA_CFLAGS="-DPRISM2_NO_DEBUG -DPRISM2_NO_PROCFS_DEBUG"'
 
35
 * 'make pccard ccflags-y="-DPRISM2_NO_DEBUG -DPRISM2_NO_PROCFS_DEBUG"'
36
36
 */
37
37
 
38
38
/* Do not include debug messages into the driver */