Skip to content

Commit

Permalink
staging:ath6kl:Correcting the typo
Browse files Browse the repository at this point in the history
1) ATH6K_CONFIG_HIF_VIRTUAL_SCATTER needs to be
   ATH6KL_CONFIG_HIF_VIRTUAL_SCATTER in file ar6000_drv.h

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Naveen Singh authored and Greg Kroah-Hartman committed Apr 25, 2011
1 parent e46ee8e commit a29c58a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/ath6kl/os/linux/include/ar6000_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@ typedef enum _AR6K_BIN_FILE {
#define ENABLEUARTPRINT_DEFAULT 0
#endif /* ENABLEARTPRINT_SET */

#ifdef ATH6K_CONFIG_HIF_VIRTUAL_SCATTER
#ifdef ATH6KL_CONFIG_HIF_VIRTUAL_SCATTER
#define NOHIFSCATTERSUPPORT_DEFAULT 1
#else /* ATH6K_CONFIG_HIF_VIRTUAL_SCATTER */
#else /* ATH6KL_CONFIG_HIF_VIRTUAL_SCATTER */
#define NOHIFSCATTERSUPPORT_DEFAULT 0
#endif /* ATH6K_CONFIG_HIF_VIRTUAL_SCATTER */
#endif /* ATH6KL_CONFIG_HIF_VIRTUAL_SCATTER */


#if defined(CONFIG_ATH6KL_ENABLE_COEXISTENCE)
Expand Down

0 comments on commit a29c58a

Please sign in to comment.