mirror of
https://git.proxmox.com/git/mirror_linux-firmware
synced 2025-05-08 03:21:18 +00:00

GPLv2 firmware for carl9170, Atheros AR9170 802.11 draft-n USB driver. Cc: Christian Lamparter <chunkeey@googlemail.com> Cc: David Woodhouse <dwmw2@infradead.org> Cc: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
8 lines
255 B
C
8 lines
255 B
C
#ifndef __CARL9170_SHARED_VERSION_H
|
|
#define __CARL9170_SHARED_VERSION_H
|
|
#define CARL9170FW_VERSION_YEAR 12
|
|
#define CARL9170FW_VERSION_MONTH 7
|
|
#define CARL9170FW_VERSION_DAY 7
|
|
#define CARL9170FW_VERSION_GIT "1.9.6"
|
|
#endif /* __CARL9170_SHARED_VERSION_H */
|