1. 31 Jul, 2013 1 commit
  2. 30 Jul, 2013 34 commits
  3. 26 Jul, 2013 2 commits
  4. 25 Jul, 2013 1 commit
  5. 24 Jul, 2013 2 commits
    • Hauke Mehrtens's avatar
      bgmac: make bgmac depend on bcm47xx · 72bb2f26
      Hauke Mehrtens authored
      bgmac uses bcm47xx_nvram.h which is only available when BCM47XX was
      selected. Earlier BCMA_HOST_SOC depended on BCM47XX so this was not
      build on any other archs, but that changed. We should modify this
      driver to get access to the nvram or the variables through platform
      data.
      
      This fixes a build problem in linux-next reported by Stephen Rothwell:
      
      drivers/net/ethernet/broadcom/bgmac.c:19:27: fatal error: bcm47xx_nvram.h: No such file or directory
       #include <bcm47xx_nvram.h>
                                 ^
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      72bb2f26
    • Xose Vazquez Perez's avatar
      wireless: rt2x00: rt2800usb: add RT3573 devices · 63706526
      Xose Vazquez Perez authored
      taken from Ralink linux and windows drivers:
      
      0x1b75, 0x7733 AirLive 450Mbps Wireless-N Dual Band USB Adapter
      0x0b05, 0x17bc ASUS USB-N66 450Mbps Dual Band USB Adapter
      0x0b05, 0x17ad ASUS USB-N66 Dual Band N Network Adapter
      0x050d, 0x1103 Belkin Wireless Adapter
      0x148f, 0xf301 Cameo Ralink3573 3x3 single band USB dongle
      0x7392, 0x7733 Edimax
      0x0e66, 0x0020 Hawking HD45U Dual Band USB Wireless-N Adapter
      0x0e66, 0x0021 Hawking HD45U Dual Band Wls-450N Adapter
      0x04bb, 0x094e I-O DATA WN-AG450U Wireless LAN Adapter
      0x0789, 0x016b Logitec LAN-W450AN/U2
      0x0846, 0x9012 NETGEAR WNDA4100 N900 Wireless Dual Band USB Adapter
      0x0846, 0x9019 NETGEAR WNDA4200D Wireless Dual Band USB Adapter
      0x2019, 0xed19 Planex GW-USDual450
      0x148f, 0x3573 Ralink 802.11n USB Wireless LAN Card
      0x0df6, 0x0067 Sitecom Wireless Dualband Network Adapter N750 X6
      0x0df6, 0x006a Sitecom Wireless Dualband Network Adapter N900 X7
      0x0586, 0x3421 ZyXEL Dual-Band Wireless N450 USB Adapter
      
      Cc: Ivo van Doorn <IvDoorn@gmail.com>
      Cc: Gertjan van Wingerde <gwingerde@gmail.com>
      Cc: Helmut Schaa <helmut.schaa@googlemail.com>
      Cc: John W. Linville <linville@tuxdriver.com>
      Cc: users@rt2x00.serialmonkey.com
      Cc: linux-wireless@vger.kernel.org
      Signed-off-by: default avatarXose Vazquez Perez <xose.vazquez@gmail.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      63706526