1. 28 May, 2015 2 commits
    • Jakub Kicinski's avatar
      add mt7601u driver · c869f77d
      Jakub Kicinski authored
      Add support for the simplest of MediaTek Wi-Fi devices - MT7601U.
      It is a single stream bgn chip with no bells or whistles.
      This driver is partially based on Felix's mt76 but IMHO it doesn't
      make sense to merge the two right now because MT7601U is a design
      somewhere between old Ralink devices and new Mediatek chips.  There
      wouldn't be all that much code sharing with the devices mt76 supports.
      Situation may obviously change when someone decides to extend m76 with
      support for the more recent USB dongles.
      
      The driver supports only station mode.  I'm hoping to add AP support
      when time allows.
      
      This driver sat on GitHub for quite a while and got some testing there:
      http://github.com/kuba-moo/mt7601uSigned-off-by: default avatarJakub Kicinski <kubakici@wp.pl>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      c869f77d
    • Arend van Spriel's avatar
      brcmfmac: fix invalid access to struct acpi_device fields · 00e27eeb
      Arend van Spriel authored
      The fields of struct acpi_device are only known when CONFIG_ACPI is
      defined. Fix this by using a helper function. This will resolve the
      issue found in linux-next:
      
       ../brcmfmac/bcmsdh.c: In function 'brcmf_ops_sdio_probe':
       ../brcmfmac/bcmsdh.c:1139:7: error: dereferencing pointer to incomplete type
         adev->flags.power_manageable = 0;
             ^
      
      Fixes: f0992ace ("brcmfmac: prohibit ACPI power management ...")
      Cc: Fu, Zhonghui <zhonghui.fu@linux.intel.com>
      Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarArend van Spriel <arend@broadcom.com>
      Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
      00e27eeb
  2. 26 May, 2015 30 commits
  3. 25 May, 2015 8 commits