08 Jan, 2009

1 commit


07 Jan, 2009

3 commits

  • Now that netdev->priv is removed, fix the driver to use netdev->ml_priv
    like it always should have been doing.

    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     
  • We are now using credentials, so just blindly setting the fsuid and
    fsguid isn't acceptable. All this means is that the config file needs
    to be readable by the driver thread, not a big deal.

    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman
     
  • This is the Ralink RT2870 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
    Signed-off-by: Greg Kroah-Hartman

    Greg Kroah-Hartman