1. 25 Feb, 2005 1 commit
    • Dan Williams's avatar
      [PATCH] wireless: Clean up firmware loading in · 8b87cfcc
      Dan Williams authored
      (resend)
      
      Identify different firmware by enums, not strings, as we need to have
      some integral firmware identifier for choosing maximum rssi values for
      each different firmware type.  Consolidate the information about
      firmware filenames and capabilities in the atmel module, not in atmel_cs
      or atmel_pci.  Move common prototypes and firmware enum into new atmel.h
      file.  The atmel_cs driver also thought that init_atmel_card() took "int
      irq" as the first parameter, this is now fixed to be "unsigned short
      irq".
      Signed-off-by: default avatarDan Williams <dcbw@redhat.com>
      Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
      8b87cfcc
  2. 21 Jan, 2005 39 commits