Dmitry Rakhchev
34711329c2
Add mac2str() and str2mac() to print/parse MAC address
2016-07-31 08:52:40 +02:00
Zdenek Styblik
b74c20c5d5
ID:312 - Fix bitmask in _ipmi_set_pef_policy_entry()
...
Commit fixes wrong bitmask in _ipmi_set_pef_policy_entry(). Also, bitmask
defined by macro is used in _ipmi_get_pef_policy_entry() as well.
2016-05-22 18:51:27 +02:00
Zdenek Styblik
107e6affd0
ID:312 - BREAKING CHANGE - Re-design of PEF user interface
...
Commit re-works user interface of PEF module as well as internal functions.
Not all of the functionality is implemented as the main aim was interface
layout.
It's possible this commit introduces some breaking changes.
Changes are based on patch submitted by Jordan Hargrave, Dell Inc.
2016-05-16 19:18:19 +02:00
Zdenek Styblik
24ebe2fed9
ID:355 - Remove declared, but not used variables
...
Commit removes bunch of declared, but not used, variables.
2016-03-14 20:19:35 +01:00
Zdenek Styblik
2d66f8d5cf
Change expression in ipmi_pef_list_policies() in order to silence Coverity
2014-12-31 12:23:56 +01:00
Zdenek Styblik
ecfaeb2706
Change expression in ipmi_pef_get_info() in order to silence Coverity
...
Commit changes expression from ``if (!ptbl)'' to ``if (ptbl != NULL)'' in order
to silence Coverity. CID#1149049
2014-12-30 16:02:21 +01:00
Petter Reinholdtsen
c18ec02f33
Move all files one level up in the file hierarcy, to avoid the useless ipmitool directory.
2014-02-05 17:30:32 +01:00