linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath9k_htc: force FW v1.4.0
@ 2015-03-09 19:38 Oleksij Rempel
  2015-03-10  8:11 ` Kalle Valo
  0 siblings, 1 reply; 6+ messages in thread
From: Oleksij Rempel @ 2015-03-09 19:38 UTC (permalink / raw)
  To: linux-wireless, kvalo, ath9k-devel; +Cc: Oleksij Rempel

Now we have offically FW v1.4. Force users to update it and prevent reporting of old bugs.

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
---
 drivers/net/wireless/ath/ath9k/hif_usb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath9k/hif_usb.h b/drivers/net/wireless/ath/ath9k/hif_usb.h
index 51496e7..0248b67 100644
--- a/drivers/net/wireless/ath/ath9k/hif_usb.h
+++ b/drivers/net/wireless/ath/ath9k/hif_usb.h
@@ -18,7 +18,7 @@
 #define HTC_USB_H
 
 #define MAJOR_VERSION_REQ 1
-#define MINOR_VERSION_REQ 3
+#define MINOR_VERSION_REQ 4
 
 #define IS_AR7010_DEVICE(_v) (((_v) == AR9280_USB) || ((_v) == AR9287_USB))
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-12 19:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-09 19:38 [PATCH] ath9k_htc: force FW v1.4.0 Oleksij Rempel
2015-03-10  8:11 ` Kalle Valo
2015-03-10 15:35   ` Adrian Chadd
2015-03-10 20:29     ` Oleksij Rempel
2015-03-12 14:02       ` Kalle Valo
2015-03-12 19:38         ` Adrian Chadd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).