Skip to content

Commit

Permalink
mt76x0: load firmware from mediatek subdir
Browse files Browse the repository at this point in the history
Firmware blob will be located in mediatek subdirectory. Add "u" suffix
to indicate this is USB device firmware.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
  • Loading branch information
Stanislaw Gruszka authored and Kalle Valo committed Aug 2, 2018
1 parent 369bbec commit a33ce21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/mediatek/mt76/mt76x0/usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "mt76x0.h"

#define MT7610_FIRMWARE "mt7610.bin"
#define MT7610_FIRMWARE "mediatek/mt7610u.bin"

#define MT_VEND_REQ_MAX_RETRY 10
#define MT_VEND_REQ_TOUT_MS 300
Expand Down

0 comments on commit a33ce21

Please sign in to comment.