1. 20 Jun, 2012 37 commits
  2. 19 Jun, 2012 3 commits
    • Greg Kroah-Hartman's avatar
      Staging: add CSR wifi module · 635d2b00
      Greg Kroah-Hartman authored
      This consists of two modules, the driver, and a "helper" module that is
      just a wrapper around common kernel functions.  The wrapper module will
      be removed soon, but for now it's needed.
      
      These files were based on the csr-linux-wifi-5.0.3-oss.tar.gz package
      provided by CSR and Blue Giga, and is covered under the license
      specified in the LICENSE.txt file (basically dual BSD and GPLv2).  The
      files were flattened out of the deep directory mess they were originally
      in, and a few EXPORT_SYMBOL_GPL() were added in order for everything to
      link properly with the helper module setup.
      
      Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com>
      Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com>
      Cc: Riku Mettälä <riku.mettala@bluegiga.com>
      Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      635d2b00
    • Greg Kroah-Hartman's avatar
      Staging: add CSR Wifi "os helper" module · 15a4bc17
      Greg Kroah-Hartman authored
      This module is used by the CSR wifi driver to "abstract" away the
      OS-specific parts of core functions.  It will be eventually deleted, but
      for now is needed as the CSR driver relies on it.
      
      Cc: Mikko Virkkilä <mikko.virkkila@bluegiga.com>
      Cc: Lauri Hintsala <Lauri.Hintsala@bluegiga.com>
      Cc: Riku Mettälä <riku.mettala@bluegiga.com>
      Cc: Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      15a4bc17
    • H Hartley Sweeten's avatar
      staging: comedi: comedi_compat_ioctl should be NULL not 0 · 55232eca
      H Hartley Sweeten authored
      When CONFIG_COMPAT is not defined, comedi_compat_ioctl should be
      NULL not 0 in order to set the file_operations compat_ioctl variable
      correctly.
      
      This quiets a sparse warning about:
      
      warning: Using plain integer as NULL pointer
      Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
      Cc: Ian Abbott <abbotti@mev.co.uk>
      Cc: Frank Mori Hess <fmhess@users.sourceforge.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      55232eca