[LUCID] Please pull updates to linux-backports-modules

Chase Douglas chase.douglas at canonical.com
Wed Jun 9 18:23:21 UTC 2010


The following changes since commit 03d17c1c4e7c683a583dfbcfd2b9745fc0475a20:
  Chase Douglas (1):
        UBUNTU: Start new release

are available in the git repository at:

  git://kernel.ubuntu.com/cndougla/ubuntu-lucid-lbm.git master

Chase Douglas (3):
      UBUNTU: Add in staging rt28x0 drivers from 2.6.34
      UBUNTU: Added iwlwifi 6050 series firmware
      UBUNTU: Don't munge iwlwifi firmware filenames anymore

 debian/rules.d/2-binary-arch.mk                    |   13 +-
 .../LICENSE.iwlwifi-6050-ucode                     |   39 +
 .../README.iwlwifi-6050-ucode                      |  157 +
 .../iwlwifi-6050-4.ucode                           |  Bin 0 -> 463692 bytes
 firmware/rt28x0/rt2870.bin                         |  Bin 0 -> 4096 bytes
 updates/BOM                                        |    2 +
 updates/Makefile                                   |    1 +
 updates/wireless-staging/Makefile                  |    2 +
 updates/wireless-staging/rt2860/Kconfig            |   10 +
 updates/wireless-staging/rt2860/Makefile           |   52 +
 updates/wireless-staging/rt2860/TODO               |   16 +
 updates/wireless-staging/rt2860/ap.h               |   66 +
 updates/wireless-staging/rt2860/chip/mac_pci.h     |  355 ++
 updates/wireless-staging/rt2860/chip/mac_usb.h     |  347 ++
 updates/wireless-staging/rt2860/chip/rt2860.h      |   54 +
 updates/wireless-staging/rt2860/chip/rt2870.h      |   46 +
 updates/wireless-staging/rt2860/chip/rt3070.h      |   67 +
 updates/wireless-staging/rt2860/chip/rt3090.h      |   72 +
 updates/wireless-staging/rt2860/chip/rt30xx.h      |   47 +
 updates/wireless-staging/rt2860/chip/rtmp_mac.h    | 1307 +++++
 updates/wireless-staging/rt2860/chip/rtmp_phy.h    |  556 ++
 updates/wireless-staging/rt2860/chips/rt3070.c     |  169 +
 updates/wireless-staging/rt2860/chips/rt3090.c     |  119 +
 updates/wireless-staging/rt2860/chips/rt30xx.c     |  518 ++
 updates/wireless-staging/rt2860/chlist.h           |  117 +
 updates/wireless-staging/rt2860/common/action.c    |  606 ++
 updates/wireless-staging/rt2860/common/action.h    |   56 +
 updates/wireless-staging/rt2860/common/ba_action.c | 1649 ++++++
 updates/wireless-staging/rt2860/common/cmm_aes.c   | 1313 +++++
 updates/wireless-staging/rt2860/common/cmm_asic.c  | 2565 +++++++++
 updates/wireless-staging/rt2860/common/cmm_cfg.c   |  258 +
 updates/wireless-staging/rt2860/common/cmm_data.c  | 2359 ++++++++
 .../wireless-staging/rt2860/common/cmm_data_pci.c  | 1096 ++++
 .../wireless-staging/rt2860/common/cmm_data_usb.c  |  951 +++
 updates/wireless-staging/rt2860/common/cmm_info.c  |  955 +++
 .../wireless-staging/rt2860/common/cmm_mac_pci.c   | 1661 ++++++
 .../wireless-staging/rt2860/common/cmm_mac_usb.c   | 1165 ++++
 .../wireless-staging/rt2860/common/cmm_sanity.c    | 1205 ++++
 updates/wireless-staging/rt2860/common/cmm_sync.c  |  718 +++
 updates/wireless-staging/rt2860/common/cmm_tkip.c  |  833 +++
 updates/wireless-staging/rt2860/common/cmm_wep.c   |  473 ++
 updates/wireless-staging/rt2860/common/cmm_wpa.c   | 3016 ++++++++++
 .../wireless-staging/rt2860/common/crypt_hmac.c    |  187 +
 updates/wireless-staging/rt2860/common/crypt_md5.c |  339 ++
 .../wireless-staging/rt2860/common/crypt_sha2.c    |  269 +
 updates/wireless-staging/rt2860/common/dfs.c       |   68 +
 updates/wireless-staging/rt2860/common/ee_efuse.c  |  344 ++
 updates/wireless-staging/rt2860/common/ee_prom.c   |  197 +
 updates/wireless-staging/rt2860/common/eeprom.c    |   91 +
 updates/wireless-staging/rt2860/common/mlme.c      | 6070 ++++++++++++++++++++
 .../wireless-staging/rt2860/common/rt_channel.c    | 1705 ++++++
 updates/wireless-staging/rt2860/common/rt_rf.c     |  188 +
 updates/wireless-staging/rt2860/common/rtmp_init.c | 3557 ++++++++++++
 updates/wireless-staging/rt2860/common/rtmp_mcu.c  |  336 ++
 .../wireless-staging/rt2860/common/rtmp_timer.c    |  302 +
 updates/wireless-staging/rt2860/common/spectrum.c  | 2206 +++++++
 updates/wireless-staging/rt2860/crypt_hmac.h       |   65 +
 updates/wireless-staging/rt2860/crypt_md5.h        |   73 +
 updates/wireless-staging/rt2860/crypt_sha2.h       |   73 +
 updates/wireless-staging/rt2860/dfs.h              |   39 +
 updates/wireless-staging/rt2860/eeprom.h           |   67 +
 updates/wireless-staging/rt2860/iface/rtmp_pci.h   |   78 +
 updates/wireless-staging/rt2860/iface/rtmp_usb.h   |  182 +
 updates/wireless-staging/rt2860/mlme.h             | 1050 ++++
 updates/wireless-staging/rt2860/oid.h              |  778 +++
 updates/wireless-staging/rt2860/pci_main_dev.c     | 1191 ++++
 updates/wireless-staging/rt2860/rt_config.h        |   71 +
 updates/wireless-staging/rt2860/rt_linux.c         | 1373 +++++
 updates/wireless-staging/rt2860/rt_linux.h         |  845 +++
 updates/wireless-staging/rt2860/rt_main_dev.c      |  736 +++
 updates/wireless-staging/rt2860/rt_pci_rbus.c      |  840 +++
 updates/wireless-staging/rt2860/rt_usb.c           |  799 +++
 updates/wireless-staging/rt2860/rtmp.h             | 4357 ++++++++++++++
 updates/wireless-staging/rt2860/rtmp_chip.h        |  258 +
 updates/wireless-staging/rt2860/rtmp_ckipmic.h     |   63 +
 updates/wireless-staging/rt2860/rtmp_def.h         | 1426 +++++
 updates/wireless-staging/rt2860/rtmp_dot11.h       |  100 +
 updates/wireless-staging/rt2860/rtmp_iface.h       |   75 +
 updates/wireless-staging/rt2860/rtmp_mcu.h         |   49 +
 updates/wireless-staging/rt2860/rtmp_os.h          |   90 +
 updates/wireless-staging/rt2860/rtmp_timer.h       |  147 +
 updates/wireless-staging/rt2860/rtmp_type.h        |   89 +
 updates/wireless-staging/rt2860/rtusb_io.h         |  185 +
 updates/wireless-staging/rt2860/spectrum.h         |  189 +
 updates/wireless-staging/rt2860/spectrum_def.h     |  202 +
 updates/wireless-staging/rt2860/sta/assoc.c        | 1605 ++++++
 updates/wireless-staging/rt2860/sta/auth.c         |  517 ++
 updates/wireless-staging/rt2860/sta/auth_rsp.c     |  142 +
 updates/wireless-staging/rt2860/sta/connect.c      | 2625 +++++++++
 updates/wireless-staging/rt2860/sta/rtmp_data.c    | 2550 ++++++++
 updates/wireless-staging/rt2860/sta/sanity.c       |  361 ++
 updates/wireless-staging/rt2860/sta/sync.c         | 1969 +++++++
 updates/wireless-staging/rt2860/sta/wpa.c          |  373 ++
 updates/wireless-staging/rt2860/sta_ioctl.c        | 2915 ++++++++++
 updates/wireless-staging/rt2860/usb_main_dev.c     |  884 +++
 updates/wireless-staging/rt2860/wpa.h              |  393 ++
 updates/wireless-staging/rt2870/Kconfig            |    9 +
 updates/wireless-staging/rt2870/Makefile           |   55 +
 updates/wireless-staging/rt2870/TODO               |   17 +
 updates/wireless-staging/rt2870/aironet.h          |    1 +
 updates/wireless-staging/rt2870/ap.h               |    1 +
 updates/wireless-staging/rt2870/chips/rt3070.c     |    1 +
 updates/wireless-staging/rt2870/chips/rt30xx.c     |    1 +
 updates/wireless-staging/rt2870/chlist.h           |    1 +
 updates/wireless-staging/rt2870/common/acction.c   |    1 +
 updates/wireless-staging/rt2870/common/action.c    |    1 +
 updates/wireless-staging/rt2870/common/action.h    |    1 +
 updates/wireless-staging/rt2870/common/ba_action.c |    1 +
 updates/wireless-staging/rt2870/common/cmm_aes.c   |    1 +
 updates/wireless-staging/rt2870/common/cmm_asic.c  |    1 +
 updates/wireless-staging/rt2870/common/cmm_cfg.c   |    1 +
 updates/wireless-staging/rt2870/common/cmm_data.c  |    1 +
 .../wireless-staging/rt2870/common/cmm_data_usb.c  |    1 +
 updates/wireless-staging/rt2870/common/cmm_info.c  |    1 +
 .../wireless-staging/rt2870/common/cmm_mac_usb.c   |    1 +
 .../wireless-staging/rt2870/common/cmm_profile.c   |    1 +
 .../wireless-staging/rt2870/common/cmm_sanity.c    |    1 +
 updates/wireless-staging/rt2870/common/cmm_sync.c  |    1 +
 updates/wireless-staging/rt2870/common/cmm_tkip.c  |    1 +
 updates/wireless-staging/rt2870/common/cmm_wep.c   |    1 +
 updates/wireless-staging/rt2870/common/cmm_wpa.c   |    1 +
 .../wireless-staging/rt2870/common/crypt_hmac.c    |    1 +
 updates/wireless-staging/rt2870/common/crypt_md5.c |    1 +
 .../wireless-staging/rt2870/common/crypt_sha2.c    |    1 +
 updates/wireless-staging/rt2870/common/dfs.c       |    1 +
 updates/wireless-staging/rt2870/common/ee_efuse.c  |    1 +
 updates/wireless-staging/rt2870/common/eeprom.c    |    1 +
 updates/wireless-staging/rt2870/common/md5.c       |    1 +
 updates/wireless-staging/rt2870/common/mlme.c      |    1 +
 .../wireless-staging/rt2870/common/rt_channel.c    |    1 +
 updates/wireless-staging/rt2870/common/rt_rf.c     |    1 +
 updates/wireless-staging/rt2870/common/rtmp_init.c |    1 +
 updates/wireless-staging/rt2870/common/rtmp_mcu.c  |    1 +
 .../wireless-staging/rt2870/common/rtmp_timer.c    |    1 +
 updates/wireless-staging/rt2870/common/rtmp_tkip.c |    1 +
 updates/wireless-staging/rt2870/common/rtmp_wep.c  |    1 +
 .../wireless-staging/rt2870/common/rtusb_bulk.c    | 1230 ++++
 .../wireless-staging/rt2870/common/rtusb_data.c    |  262 +
 updates/wireless-staging/rt2870/common/rtusb_io.c  | 2112 +++++++
 updates/wireless-staging/rt2870/common/spectrum.c  |    1 +
 updates/wireless-staging/rt2870/dfs.h              |    1 +
 updates/wireless-staging/rt2870/md5.h              |    1 +
 updates/wireless-staging/rt2870/mlme.h             |    1 +
 updates/wireless-staging/rt2870/oid.h              |    1 +
 updates/wireless-staging/rt2870/rt28xx.h           |    1 +
 updates/wireless-staging/rt2870/rt_config.h        |    1 +
 updates/wireless-staging/rt2870/rt_linux.c         |    1 +
 updates/wireless-staging/rt2870/rt_linux.h         |    1 +
 updates/wireless-staging/rt2870/rt_main_dev.c      |    1 +
 updates/wireless-staging/rt2870/rt_profile.c       |    1 +
 updates/wireless-staging/rt2870/rt_usb.c           |    1 +
 updates/wireless-staging/rt2870/rtmp.h             |    1 +
 updates/wireless-staging/rt2870/rtmp_ckipmic.h     |    1 +
 updates/wireless-staging/rt2870/rtmp_def.h         |    1 +
 updates/wireless-staging/rt2870/rtmp_type.h        |    1 +
 updates/wireless-staging/rt2870/spectrum.h         |    1 +
 updates/wireless-staging/rt2870/spectrum_def.h     |    1 +
 updates/wireless-staging/rt2870/sta/aironet.c      |    1 +
 updates/wireless-staging/rt2870/sta/assoc.c        |    1 +
 updates/wireless-staging/rt2870/sta/auth.c         |    1 +
 updates/wireless-staging/rt2870/sta/auth_rsp.c     |    1 +
 updates/wireless-staging/rt2870/sta/connect.c      |    1 +
 updates/wireless-staging/rt2870/sta/rtmp_data.c    |    1 +
 updates/wireless-staging/rt2870/sta/sanity.c       |    1 +
 updates/wireless-staging/rt2870/sta/sync.c         |    1 +
 updates/wireless-staging/rt2870/sta/wpa.c          |    1 +
 updates/wireless-staging/rt2870/sta_ioctl.c        |    1 +
 updates/wireless-staging/rt2870/usb_main_dev.c     |    1 +
 updates/wireless-staging/rt2870/wpa.h              |    1 +
 169 files changed, 74441 insertions(+), 5 deletions(-)
 create mode 100644 firmware/iwlwifi/iwlwifi-6050-ucode-9.201.4.1/LICENSE.iwlwifi-6050-ucode
 create mode 100644 firmware/iwlwifi/iwlwifi-6050-ucode-9.201.4.1/README.iwlwifi-6050-ucode
 create mode 100644 firmware/iwlwifi/iwlwifi-6050-ucode-9.201.4.1/iwlwifi-6050-4.ucode
 create mode 100644 firmware/rt28x0/rt2870.bin
 create mode 100644 updates/wireless-staging/Makefile
 create mode 100644 updates/wireless-staging/rt2860/Kconfig
 create mode 100644 updates/wireless-staging/rt2860/Makefile
 create mode 100644 updates/wireless-staging/rt2860/TODO
 create mode 100644 updates/wireless-staging/rt2860/ap.h
 create mode 100644 updates/wireless-staging/rt2860/chip/mac_pci.h
 create mode 100644 updates/wireless-staging/rt2860/chip/mac_usb.h
 create mode 100644 updates/wireless-staging/rt2860/chip/rt2860.h
 create mode 100644 updates/wireless-staging/rt2860/chip/rt2870.h
 create mode 100644 updates/wireless-staging/rt2860/chip/rt3070.h
 create mode 100644 updates/wireless-staging/rt2860/chip/rt3090.h
 create mode 100644 updates/wireless-staging/rt2860/chip/rt30xx.h
 create mode 100644 updates/wireless-staging/rt2860/chip/rtmp_mac.h
 create mode 100644 updates/wireless-staging/rt2860/chip/rtmp_phy.h
 create mode 100644 updates/wireless-staging/rt2860/chips/rt3070.c
 create mode 100644 updates/wireless-staging/rt2860/chips/rt3090.c
 create mode 100644 updates/wireless-staging/rt2860/chips/rt30xx.c
 create mode 100644 updates/wireless-staging/rt2860/chlist.h
 create mode 100644 updates/wireless-staging/rt2860/common/action.c
 create mode 100644 updates/wireless-staging/rt2860/common/action.h
 create mode 100644 updates/wireless-staging/rt2860/common/ba_action.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_aes.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_asic.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_cfg.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_data.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_data_pci.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_data_usb.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_info.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_mac_pci.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_mac_usb.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_sanity.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_sync.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_tkip.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_wep.c
 create mode 100644 updates/wireless-staging/rt2860/common/cmm_wpa.c
 create mode 100644 updates/wireless-staging/rt2860/common/crypt_hmac.c
 create mode 100644 updates/wireless-staging/rt2860/common/crypt_md5.c
 create mode 100644 updates/wireless-staging/rt2860/common/crypt_sha2.c
 create mode 100644 updates/wireless-staging/rt2860/common/dfs.c
 create mode 100644 updates/wireless-staging/rt2860/common/ee_efuse.c
 create mode 100644 updates/wireless-staging/rt2860/common/ee_prom.c
 create mode 100644 updates/wireless-staging/rt2860/common/eeprom.c
 create mode 100644 updates/wireless-staging/rt2860/common/mlme.c
 create mode 100644 updates/wireless-staging/rt2860/common/rt_channel.c
 create mode 100644 updates/wireless-staging/rt2860/common/rt_rf.c
 create mode 100644 updates/wireless-staging/rt2860/common/rtmp_init.c
 create mode 100644 updates/wireless-staging/rt2860/common/rtmp_mcu.c
 create mode 100644 updates/wireless-staging/rt2860/common/rtmp_timer.c
 create mode 100644 updates/wireless-staging/rt2860/common/spectrum.c
 create mode 100644 updates/wireless-staging/rt2860/crypt_hmac.h
 create mode 100644 updates/wireless-staging/rt2860/crypt_md5.h
 create mode 100644 updates/wireless-staging/rt2860/crypt_sha2.h
 create mode 100644 updates/wireless-staging/rt2860/dfs.h
 create mode 100644 updates/wireless-staging/rt2860/eeprom.h
 create mode 100644 updates/wireless-staging/rt2860/iface/rtmp_pci.h
 create mode 100644 updates/wireless-staging/rt2860/iface/rtmp_usb.h
 create mode 100644 updates/wireless-staging/rt2860/mlme.h
 create mode 100644 updates/wireless-staging/rt2860/oid.h
 create mode 100644 updates/wireless-staging/rt2860/pci_main_dev.c
 create mode 100644 updates/wireless-staging/rt2860/rt_config.h
 create mode 100644 updates/wireless-staging/rt2860/rt_linux.c
 create mode 100644 updates/wireless-staging/rt2860/rt_linux.h
 create mode 100644 updates/wireless-staging/rt2860/rt_main_dev.c
 create mode 100644 updates/wireless-staging/rt2860/rt_pci_rbus.c
 create mode 100644 updates/wireless-staging/rt2860/rt_usb.c
 create mode 100644 updates/wireless-staging/rt2860/rtmp.h
 create mode 100644 updates/wireless-staging/rt2860/rtmp_chip.h
 create mode 100644 updates/wireless-staging/rt2860/rtmp_ckipmic.h
 create mode 100644 updates/wireless-staging/rt2860/rtmp_def.h
 create mode 100644 updates/wireless-staging/rt2860/rtmp_dot11.h
 create mode 100644 updates/wireless-staging/rt2860/rtmp_iface.h
 create mode 100644 updates/wireless-staging/rt2860/rtmp_mcu.h
 create mode 100644 updates/wireless-staging/rt2860/rtmp_os.h
 create mode 100644 updates/wireless-staging/rt2860/rtmp_timer.h
 create mode 100644 updates/wireless-staging/rt2860/rtmp_type.h
 create mode 100644 updates/wireless-staging/rt2860/rtusb_io.h
 create mode 100644 updates/wireless-staging/rt2860/spectrum.h
 create mode 100644 updates/wireless-staging/rt2860/spectrum_def.h
 create mode 100644 updates/wireless-staging/rt2860/sta/assoc.c
 create mode 100644 updates/wireless-staging/rt2860/sta/auth.c
 create mode 100644 updates/wireless-staging/rt2860/sta/auth_rsp.c
 create mode 100644 updates/wireless-staging/rt2860/sta/connect.c
 create mode 100644 updates/wireless-staging/rt2860/sta/rtmp_data.c
 create mode 100644 updates/wireless-staging/rt2860/sta/sanity.c
 create mode 100644 updates/wireless-staging/rt2860/sta/sync.c
 create mode 100644 updates/wireless-staging/rt2860/sta/wpa.c
 create mode 100644 updates/wireless-staging/rt2860/sta_ioctl.c
 create mode 100644 updates/wireless-staging/rt2860/usb_main_dev.c
 create mode 100644 updates/wireless-staging/rt2860/wpa.h
 create mode 100644 updates/wireless-staging/rt2870/Kconfig
 create mode 100644 updates/wireless-staging/rt2870/Makefile
 create mode 100644 updates/wireless-staging/rt2870/TODO
 create mode 100644 updates/wireless-staging/rt2870/aironet.h
 create mode 100644 updates/wireless-staging/rt2870/ap.h
 create mode 100644 updates/wireless-staging/rt2870/chips/rt3070.c
 create mode 100644 updates/wireless-staging/rt2870/chips/rt30xx.c
 create mode 100644 updates/wireless-staging/rt2870/chlist.h
 create mode 100644 updates/wireless-staging/rt2870/common/acction.c
 create mode 100644 updates/wireless-staging/rt2870/common/action.c
 create mode 100644 updates/wireless-staging/rt2870/common/action.h
 create mode 100644 updates/wireless-staging/rt2870/common/ba_action.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_aes.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_asic.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_cfg.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_data.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_data_usb.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_info.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_mac_usb.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_profile.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_sanity.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_sync.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_tkip.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_wep.c
 create mode 100644 updates/wireless-staging/rt2870/common/cmm_wpa.c
 create mode 100644 updates/wireless-staging/rt2870/common/crypt_hmac.c
 create mode 100644 updates/wireless-staging/rt2870/common/crypt_md5.c
 create mode 100644 updates/wireless-staging/rt2870/common/crypt_sha2.c
 create mode 100644 updates/wireless-staging/rt2870/common/dfs.c
 create mode 100644 updates/wireless-staging/rt2870/common/ee_efuse.c
 create mode 100644 updates/wireless-staging/rt2870/common/eeprom.c
 create mode 100644 updates/wireless-staging/rt2870/common/md5.c
 create mode 100644 updates/wireless-staging/rt2870/common/mlme.c
 create mode 100644 updates/wireless-staging/rt2870/common/rt_channel.c
 create mode 100644 updates/wireless-staging/rt2870/common/rt_rf.c
 create mode 100644 updates/wireless-staging/rt2870/common/rtmp_init.c
 create mode 100644 updates/wireless-staging/rt2870/common/rtmp_mcu.c
 create mode 100644 updates/wireless-staging/rt2870/common/rtmp_timer.c
 create mode 100644 updates/wireless-staging/rt2870/common/rtmp_tkip.c
 create mode 100644 updates/wireless-staging/rt2870/common/rtmp_wep.c
 create mode 100644 updates/wireless-staging/rt2870/common/rtusb_bulk.c
 create mode 100644 updates/wireless-staging/rt2870/common/rtusb_data.c
 create mode 100644 updates/wireless-staging/rt2870/common/rtusb_io.c
 create mode 100644 updates/wireless-staging/rt2870/common/spectrum.c
 create mode 100644 updates/wireless-staging/rt2870/dfs.h
 create mode 100644 updates/wireless-staging/rt2870/md5.h
 create mode 100644 updates/wireless-staging/rt2870/mlme.h
 create mode 100644 updates/wireless-staging/rt2870/oid.h
 create mode 100644 updates/wireless-staging/rt2870/rt28xx.h
 create mode 100644 updates/wireless-staging/rt2870/rt_config.h
 create mode 100644 updates/wireless-staging/rt2870/rt_linux.c
 create mode 100644 updates/wireless-staging/rt2870/rt_linux.h
 create mode 100644 updates/wireless-staging/rt2870/rt_main_dev.c
 create mode 100644 updates/wireless-staging/rt2870/rt_profile.c
 create mode 100644 updates/wireless-staging/rt2870/rt_usb.c
 create mode 100644 updates/wireless-staging/rt2870/rtmp.h
 create mode 100644 updates/wireless-staging/rt2870/rtmp_ckipmic.h
 create mode 100644 updates/wireless-staging/rt2870/rtmp_def.h
 create mode 100644 updates/wireless-staging/rt2870/rtmp_type.h
 create mode 100644 updates/wireless-staging/rt2870/spectrum.h
 create mode 100644 updates/wireless-staging/rt2870/spectrum_def.h
 create mode 100644 updates/wireless-staging/rt2870/sta/aironet.c
 create mode 100644 updates/wireless-staging/rt2870/sta/assoc.c
 create mode 100644 updates/wireless-staging/rt2870/sta/auth.c
 create mode 100644 updates/wireless-staging/rt2870/sta/auth_rsp.c
 create mode 100644 updates/wireless-staging/rt2870/sta/connect.c
 create mode 100644 updates/wireless-staging/rt2870/sta/rtmp_data.c
 create mode 100644 updates/wireless-staging/rt2870/sta/sanity.c
 create mode 100644 updates/wireless-staging/rt2870/sta/sync.c
 create mode 100644 updates/wireless-staging/rt2870/sta/wpa.c
 create mode 100644 updates/wireless-staging/rt2870/sta_ioctl.c
 create mode 100644 updates/wireless-staging/rt2870/usb_main_dev.c
 create mode 100644 updates/wireless-staging/rt2870/wpa.h




More information about the kernel-team mailing list