Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit def64521 authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by John W. Linville
Browse files

rt2x00: print chip and firmware version by default

parent 29d7b331
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@
#define NOTICE(__dev, __msg, __args...) \
	DEBUG_PRINTK(__dev, KERN_NOTICE, "Notice", __msg, ##__args)
#define INFO(__dev, __msg, __args...) \
	DEBUG_PRINTK(__dev, KERN_INFO, "Info", __msg, ##__args)
	DEBUG_PRINTK_MSG(__dev, KERN_INFO, "Info", __msg, ##__args)
#define DEBUG(__dev, __msg, __args...) \
	DEBUG_PRINTK(__dev, KERN_DEBUG, "Debug", __msg, ##__args)
#define EEPROM(__dev, __msg, __args...) \
+3 −3
Original line number Diff line number Diff line
@@ -731,7 +731,7 @@ int rt2x00mac_conf_tx(struct ieee80211_hw *hw,
	queue->aifs = params->aifs;
	queue->txop = params->txop;

	INFO(rt2x00dev,
	DEBUG(rt2x00dev,
	      "Configured TX queue %d - CWmin: %d, CWmax: %d, Aifs: %d, TXop: %d.\n",
	      queue_idx, queue->cw_min, queue->cw_max, queue->aifs, queue->txop);