1. 20 6月, 2009 2 次提交
  2. 18 4月, 2009 1 次提交
  3. 04 4月, 2009 3 次提交
  4. 07 1月, 2009 2 次提交
    • G
      Staging: rt2860: fix up netdev->priv usage · 739b7979
      Greg Kroah-Hartman 提交于
      Now that netdev->priv is removed, fix the driver to use netdev->ml_priv
      like it always should have been doing.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      739b7979
    • G
      Staging: add rt2860 wireless driver · 91980990
      Greg Kroah-Hartman 提交于
      This is the Ralink RT2860 driver from the company that does horrible
      things like reading a config file from /etc.  However, the driver that
      is currently under development from the wireless development community
      is not working at all yet, so distros and users are using this version
      instead (quite common hardware on a lot of netbook machines).
      
      So here is this driver, for now, until the wireless developers get a
      "clean" version into the main tree, or until this version is cleaned up
      sufficiently to move out of the staging tree.
      
      Ported to the Linux build system and cleaned up a bit already by me.
      
      Cc: Linux wireless <linux-wireless@vger.kernel.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      91980990