Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248996
b: refs/heads/master
c: eba67f4
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent b91502b commit cecd157
Show file tree
Hide file tree
Showing 24 changed files with 1 addition and 358 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d7abecc84b29f4e0ce0290e0326500eee0c0a40
refs/heads/master: eba67f4366521b6c761f50af859917b89eba7dbf
1 change: 0 additions & 1 deletion trunk/drivers/staging/ath6kl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ ifeq ($(CONFIG_ATH6KL_SKIP_ABI_VERSION_CHECK),y)
ccflags-y += -DATH6KL_SKIP_ABI_VERSION_CHECK
endif

ccflags-y += -DLINUX -DKERNEL_2_6
ccflags-y += -DTCMD
ccflags-y += -DSEND_EVENT_TO_APP
ccflags-y += -DUSER_KEYS
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/staging/ath6kl/htc2/AR6000/ar6k.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

//#define MBOXHW_UNIT_TEST 1

#include "athstartpack.h"
PREPACK struct ar6k_irq_proc_registers {
u8 host_int_status;
u8 cpu_int_status;
Expand All @@ -69,8 +68,6 @@ PREPACK struct ar6k_gmbox_ctrl_registers {
u8 int_status_enable;
} POSTPACK;

#include "athendpack.h"

#define AR6K_IRQ_ENABLE_REGS_SIZE sizeof(struct ar6k_irq_enable_registers)

#define AR6K_REG_IO_BUFFER_SIZE 32
Expand Down
22 changes: 0 additions & 22 deletions trunk/drivers/staging/ath6kl/include/a_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,6 @@
#ifndef _A_CONFIG_H_
#define _A_CONFIG_H_

#ifdef UNDER_NWIFI
#include "../os/windows/include/config.h"
#endif

#ifdef ATHR_CE_LEGACY
#include "../os/windows/include/config.h"
#endif

#if defined(__linux__) && !defined(LINUX_EMULATION)
#include "../os/linux/include/config_linux.h"
#endif

#ifdef REXOS
#include "../os/rexos/include/common/config_rexos.h"
#endif

#ifdef WIN_NWF
#include "../os/windows/include/win/config_win.h"
#endif

#ifdef THREADX
#include "../os/threadx/include/common/config_threadx.h"
#endif

#endif
28 changes: 0 additions & 28 deletions trunk/drivers/staging/ath6kl/include/a_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,35 +187,7 @@ void a_dump_module_debug_info_by_name(char *module_name);
void a_module_debug_support_init(void);
void a_module_debug_support_cleanup(void);

#ifdef UNDER_NWIFI
#include "../os/windows/include/debug.h"
#endif

#ifdef ATHR_CE_LEGACY
#include "../os/windows/include/debug.h"
#endif

#if defined(__linux__) && !defined(LINUX_EMULATION)
#include "../os/linux/include/debug_linux.h"
#endif

#ifdef REXOS
#include "../os/rexos/include/common/debug_rexos.h"
#endif

#if defined ART_WIN
#include "../os/win_art/include/debug_win.h"
#endif

#ifdef WIN_NWF
#include <debug_win.h>
#endif

#ifdef THREADX
#define ATH_DEBUG_MAKE_MODULE_MASK(index) (1 << (ATH_DEBUG_MODULE_MASK_SHIFT + (index)))
#include "../os/threadx/include/common/debug_threadx.h"
#endif


#ifdef __cplusplus
}
Expand Down
22 changes: 0 additions & 22 deletions trunk/drivers/staging/ath6kl/include/a_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,6 @@
#ifndef _A_DRV_H_
#define _A_DRV_H_

#if defined(__linux__) && !defined(LINUX_EMULATION)
#include "../os/linux/include/athdrv_linux.h"
#endif

#ifdef UNDER_NWIFI
#include "../os/windows/include/athdrv.h"
#endif

#ifdef ATHR_CE_LEGACY
#include "../os/windows/include/athdrv.h"
#endif

#ifdef REXOS
#include "../os/rexos/include/common/athdrv_rexos.h"
#endif

#ifdef WIN_NWF
#include "../os/windows/include/athdrv.h"
#endif

#ifdef THREADX
#include "../os/threadx/include/common/athdrv_threadx.h"
#endif

#endif /* _ADRV_H_ */
29 changes: 0 additions & 29 deletions trunk/drivers/staging/ath6kl/include/a_osapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,6 @@
#ifndef _A_OSAPI_H_
#define _A_OSAPI_H_

#if defined(__linux__) && !defined(LINUX_EMULATION)
#include "../os/linux/include/osapi_linux.h"
#endif

#ifdef UNDER_NWIFI
#include "../os/windows/include/osapi.h"
#include "../os/windows/include/netbuf.h"
#endif

#ifdef ATHR_CE_LEGACY
#include "../os/windows/include/osapi.h"
#include "../os/windows/include/netbuf.h"
#endif

#ifdef REXOS
#include "../os/rexos/include/common/osapi_rexos.h"
#endif

#if defined ART_WIN
#include "../os/win_art/include/osapi_win.h"
#include "../os/win_art/include/netbuf.h"
#endif

#ifdef WIN_NWF
#include <osapi_win.h>
#endif

#if defined(THREADX)
#include "../os/threadx/include/common/osapi_threadx.h"
#endif

#endif /* _OSAPI_H_ */
26 changes: 0 additions & 26 deletions trunk/drivers/staging/ath6kl/include/a_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,32 +27,6 @@
#ifndef _A_TYPES_H_
#define _A_TYPES_H_

#if defined(__linux__) && !defined(LINUX_EMULATION)
#include "../os/linux/include/athtypes_linux.h"
#endif

#ifdef UNDER_NWIFI
#include "../os/windows/include/athtypes.h"
#endif

#ifdef ATHR_CE_LEGACY
#include "../os/windows/include/athtypes.h"
#endif

#ifdef REXOS
#include "../os/rexos/include/common/athtypes_rexos.h"
#endif

#if defined ART_WIN
#include "../os/win_art/include/athtypes_win.h"
#endif

#ifdef WIN_NWF
#include <athtypes_win.h>
#endif

#ifdef THREADX
#include "../os/threadx/include/common/athtypes_threadx.h"
#endif

#endif /* _ATHTYPES_H_ */
22 changes: 0 additions & 22 deletions trunk/drivers/staging/ath6kl/include/ar6000_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,7 @@
#ifndef _AR6000_API_H_
#define _AR6000_API_H_

#if defined(__linux__) && !defined(LINUX_EMULATION)
#include "../os/linux/include/ar6xapi_linux.h"
#endif

#ifdef UNDER_NWIFI
#include "../os/windows/include/ar6xapi.h"
#endif

#ifdef ATHR_CE_LEGACY
#include "../os/windows/include/ar6xapi.h"
#endif

#ifdef REXOS
#include "../os/rexos/include/common/ar6xapi_rexos.h"
#endif

#if defined ART_WIN
#include "../os/win_art/include/ar6xapi_win.h"
#endif

#ifdef WIN_NWF
#include "../os/windows/include/ar6xapi.h"
#endif

#endif /* _AR6000_API_H */

52 changes: 0 additions & 52 deletions trunk/drivers/staging/ath6kl/include/athendpack.h

This file was deleted.

55 changes: 0 additions & 55 deletions trunk/drivers/staging/ath6kl/include/athstartpack.h

This file was deleted.

8 changes: 0 additions & 8 deletions trunk/drivers/staging/ath6kl/include/common/bmi_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
#ifndef __BMI_MSG_H__
#define __BMI_MSG_H__

#ifndef ATH_TARGET
#include "athstartpack.h"
#endif

/*
* Bootloader Messaging Interface (BMI)
*
Expand Down Expand Up @@ -234,8 +230,4 @@ PREPACK struct bmi_target_info {
* Note: Not supported on all versions of ROM firmware.
*/

#ifndef ATH_TARGET
#include "athendpack.h"
#endif

#endif /* __BMI_MSG_H__ */
8 changes: 0 additions & 8 deletions trunk/drivers/staging/ath6kl/include/common/dbglog.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
#ifndef _DBGLOG_H_
#define _DBGLOG_H_

#ifndef ATH_TARGET
#include "athstartpack.h"
#endif

#ifdef __cplusplus
extern "C" {
#endif
Expand Down Expand Up @@ -127,8 +123,4 @@ PREPACK struct dbglog_config_s {
}
#endif

#ifndef ATH_TARGET
#include "athendpack.h"
#endif

#endif /* _DBGLOG_H_ */
8 changes: 0 additions & 8 deletions trunk/drivers/staging/ath6kl/include/common/dset_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
#ifndef __DSET_INTERNAL_H__
#define __DSET_INTERNAL_H__

#ifndef ATH_TARGET
#include "athstartpack.h"
#endif

/*
* Internal dset definitions, common for DataSet layer.
*/
Expand Down Expand Up @@ -56,8 +52,4 @@ typedef PREPACK struct dset_descriptor_s {
Dataset descriptor for BPatch. */
} POSTPACK dset_descriptor_t;

#ifndef ATH_TARGET
#include "athendpack.h"
#endif

#endif /* __DSET_INTERNAL_H__ */
Loading

0 comments on commit cecd157

Please sign in to comment.