#!/bin/sh # pstore_tests - Check pstore's behavior before crash/reboot # # Copyright (C) Hitachi Ltd., 2015 # Written by Hiraku Toyooka # # Released under the terms of the GPL v2. . ./common_tests prlog -n "Checking pstore console is registered ... " dmesg | grep -q "console \[pstore" show_result $? prlog -n "Checking /dev/pmsg0 exists ... " test -e /dev/pmsg0 show_result $? prlog -n "Writing unique string to /dev/pmsg0 ... " if [ -e "/dev/pmsg0" ]; then echo "${TEST_STRING_PATTERN}""$UUID" > /dev/pmsg0 show_result $? echo "$UUID" > $TOP_DIR/uuid else prlog "FAIL" rc=1 fi exit $rc class='logo' rowspan='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorSara Sharon <sara.sharon@intel.com>2016-09-08 17:32:19 +0300
committerLuca Coelho <luciano.coelho@intel.com>2017-02-03 16:26:39 +0200
commit0e7ac018dc06a1fcd7cbb54a1ee81082f46af870 (patch)
tree06de73bac413362a66ba1c9c0b22e03645291a8d /drivers
parent4f23f206ddce85a92b1acdebe0f4e9ed01b1d3f4 (diff)
iwlwifi: mvm: support new statistics APIs
For CDB arch there is another auxiliary mac. Support statistics APIs that were changed to reflect that. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers')