MFC r313417:
[iwm] Very basic DTS thermal sensor support (prints temp as debug msg).
- Adds IWM_DEBUG_TEMP debug message type, for printing messages related to temperature sensors and thermal/TDP infos.
- The firmware regularly sends us DTS measurement notifications, so just print the temperature value as a debugging message.
(Adrian's addition):
- Eventually this can be used by the driver to limit transmit rate / power to try and do some thermal throttling.