Skip to content

Commit

Permalink
zd1201: declare MODULE_FIRMWARE
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Ben Hutchings authored and John W. Linville committed Nov 11, 2009
1 parent 49f146d commit e01b0e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/net/wireless/zd1201.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ static int zd1201_fw_upload(struct usb_device *dev, int apfw)
return err;
}

MODULE_FIRMWARE("zd1201-ap.fw");
MODULE_FIRMWARE("zd1201.fw");

static void zd1201_usbfree(struct urb *urb)
{
struct zd1201 *zd = urb->context;
Expand Down

0 comments on commit e01b0e0

Please sign in to comment.