diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-07 16:03:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-07 16:03:31 +0000 |
commit | b795affe0662c01f29b91bfacc17d8ab4978c999 (patch) | |
tree | ccdfb0cf3245a9114c1252ae19c71065c70d21a2 /package/libertas/src/if_sdio.h | |
parent | 7a7a5627cd47245ad50d2868bb4df72f28405001 (diff) | |
download | upstream-b795affe0662c01f29b91bfacc17d8ab4978c999.tar.gz upstream-b795affe0662c01f29b91bfacc17d8ab4978c999.tar.bz2 upstream-b795affe0662c01f29b91bfacc17d8ab4978c999.zip |
libertas: use driver from compat-wireless instead of our own (deprecated) one
SVN-Revision: 17982
Diffstat (limited to 'package/libertas/src/if_sdio.h')
-rw-r--r-- | package/libertas/src/if_sdio.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/package/libertas/src/if_sdio.h b/package/libertas/src/if_sdio.h deleted file mode 100644 index 533bdfbf5d..0000000000 --- a/package/libertas/src/if_sdio.h +++ /dev/null @@ -1,45 +0,0 @@ -/* - * linux/drivers/net/wireless/libertas/if_sdio.h - * - * Copyright 2007 Pierre Ossman - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or (at - * your option) any later version. - */ - -#ifndef _LBS_IF_SDIO_H -#define _LBS_IF_SDIO_H - -#define IF_SDIO_IOPORT 0x00 - -#define IF_SDIO_H_INT_MASK 0x04 -#define IF_SDIO_H_INT_OFLOW 0x08 -#define IF_SDIO_H_INT_UFLOW 0x04 -#define IF_SDIO_H_INT_DNLD 0x02 -#define IF_SDIO_H_INT_UPLD 0x01 - -#define IF_SDIO_H_INT_STATUS 0x05 -#define IF_SDIO_H_INT_RSR 0x06 -#define IF_SDIO_H_INT_STATUS2 0x07 - -#define IF_SDIO_RD_BASE 0x10 - -#define IF_SDIO_STATUS 0x20 -#define IF_SDIO_IO_RDY 0x08 -#define IF_SDIO_CIS_RDY 0x04 -#define IF_SDIO_UL_RDY 0x02 -#define IF_SDIO_DL_RDY 0x01 - -#define IF_SDIO_C_INT_MASK 0x24 -#define IF_SDIO_C_INT_STATUS 0x28 -#define IF_SDIO_C_INT_RSR 0x2C - -#define IF_SDIO_SCRATCH 0x34 -#define IF_SDIO_SCRATCH_OLD 0x80fe -#define IF_SDIO_FIRMWARE_OK 0xfedc - -#define IF_SDIO_EVENT 0x80fc - -#endif |