-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 161984 b: refs/heads/master c: 36c7928 h: refs/heads/master v: v3
- Loading branch information
Bartlomiej Zolnierkiewicz
authored and
Greg Kroah-Hartman
committed
Sep 15, 2009
1 parent
e217ddc
commit 3ba9151
Showing
113 changed files
with
104,962 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: fd882783abc0760075d42982d155e8eac2f802ac | ||
refs/heads/master: 36c7928c3e948cf8862d4b5c3df27c5a841cb503 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
config RT3090 | ||
tristate "Ralink 3090 wireless support" | ||
depends on PCI && X86 && WLAN_80211 | ||
---help--- | ||
This is an experimental driver for the Ralink 3090 wireless chip. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
obj-$(CONFIG_RT3090) += rt3090sta.o | ||
|
||
include drivers/staging/rt3090/config.mk | ||
|
||
rt3090sta-objs := \ | ||
common/crypt_md5.o \ | ||
common/crypt_sha2.o \ | ||
common/crypt_hmac.o \ | ||
common/mlme.o \ | ||
common/cmm_wep.o \ | ||
common/action.o \ | ||
common/cmm_data.o \ | ||
common/rtmp_init.o \ | ||
common/cmm_tkip.o \ | ||
common/cmm_aes.o \ | ||
common/cmm_sync.o \ | ||
common/eeprom.o \ | ||
common/cmm_sanity.o \ | ||
common/cmm_info.o \ | ||
common/cmm_cfg.o \ | ||
common/cmm_wpa.o \ | ||
common/dfs.o \ | ||
common/spectrum.o \ | ||
common/rtmp_timer.o \ | ||
common/rt_channel.o \ | ||
common/cmm_profile.o \ | ||
common/cmm_asic.o \ | ||
sta/assoc.o \ | ||
sta/auth.o \ | ||
sta/auth_rsp.o \ | ||
sta/sync.o \ | ||
sta/sanity.o \ | ||
sta/rtmp_data.o \ | ||
sta/connect.o \ | ||
sta/wpa.o \ | ||
rt_linux.o \ | ||
rt_profile.o \ | ||
rt_main_dev.o \ | ||
sta_ioctl.o | ||
|
||
#ifdef DOT11_N_SUPPORT | ||
ifeq ($(HAS_DOT11_N_SUPPORT),y) | ||
rt3090sta-objs += \ | ||
common/ba_action.o | ||
endif | ||
#endif // DOT11_N_SUPPORT // | ||
|
||
#ifdef ETH_CONVERT | ||
ifeq ($(HAS_ETH_CONVERT_SUPPORT), y) | ||
rt3090sta-objs += \ | ||
common/cmm_mat.o \ | ||
common/cmm_mat_iparp.o \ | ||
common/cmm_mat_pppoe.o \ | ||
common/cmm_mat_ipv6.o | ||
endif | ||
#endif // ETH_CONVERT // | ||
|
||
ifeq ($(HAS_BLOCK_NET_IF),y) | ||
rt3090sta-objs += common/netif_block.o | ||
endif | ||
|
||
ifeq ($(HAS_QOS_DLS_SUPPORT),y) | ||
rt3090sta-objs += sta/dls.o | ||
endif | ||
|
||
rt3090sta-objs += \ | ||
pci_main_dev.o \ | ||
rt_pci_rbus.o \ | ||
common/cmm_mac_pci.o \ | ||
common/cmm_data_pci.o \ | ||
common/ee_prom.o \ | ||
common/ee_efuse.o \ | ||
common/rtmp_mcu.o \ | ||
chips/rt30xx.o \ | ||
common/rt_rf.o \ | ||
chips/rt3090.o | ||
|
||
ifeq ($(HAS_ATE),y) | ||
rt3090sta-objs += rt_ate.o | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
/* | ||
************************************************************************* | ||
* Ralink Tech Inc. | ||
* 5F., No.36, Taiyuan St., Jhubei City, | ||
* Hsinchu County 302, | ||
* Taiwan, R.O.C. | ||
* | ||
* (c) Copyright 2002-2007, Ralink Technology, Inc. | ||
* | ||
* 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. * | ||
* * | ||
* This program is distributed in the hope that it will be useful, * | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of * | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * | ||
* GNU General Public License for more details. * | ||
* * | ||
* You should have received a copy of the GNU General Public License * | ||
* along with this program; if not, write to the * | ||
* Free Software Foundation, Inc., * | ||
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * | ||
* * | ||
************************************************************************* | ||
Module Name: | ||
aironet.h | ||
Abstract: | ||
Revision History: | ||
Who When What | ||
-------- ---------- ---------------------------------------------- | ||
Name Date Modification logs | ||
Paul Lin 04-06-15 Initial | ||
*/ | ||
|
||
#ifndef __ACTION_H__ | ||
#define __ACTION_H__ | ||
|
||
typedef struct PACKED __HT_INFO_OCTET | ||
{ | ||
#ifdef RT_BIG_ENDIAN | ||
UCHAR Reserved:5; | ||
UCHAR STA_Channel_Width:1; | ||
UCHAR Forty_MHz_Intolerant:1; | ||
UCHAR Request:1; | ||
#else | ||
UCHAR Request:1; | ||
UCHAR Forty_MHz_Intolerant:1; | ||
UCHAR STA_Channel_Width:1; | ||
UCHAR Reserved:5; | ||
#endif | ||
} HT_INFORMATION_OCTET; | ||
|
||
|
||
typedef struct PACKED __FRAME_HT_INFO | ||
{ | ||
HEADER_802_11 Hdr; | ||
UCHAR Category; | ||
UCHAR Action; | ||
HT_INFORMATION_OCTET HT_Info; | ||
} FRAME_HT_INFO, *PFRAME_HT_INFO; | ||
|
||
#endif /* __ACTION_H__ */ |
Oops, something went wrong.