aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorJohn Whitmore <[email protected]>2018-08-08 22:00:22 +0100
committerGreg Kroah-Hartman <[email protected]>2018-08-27 19:17:07 +0200
commit9391bea9ad4e7d4b3ad5748c080061bafcb1693f (patch)
tree67494c2679400013374843c10507506ef3b5e792 /tools/perf/scripts/python/net_dropmonitor.py
parentd947dddf1c95122f5a6e2de19b4483c7ba74aeca (diff)
staging:rtl8192u: Remove macro eqMacAddr - Style
The macro eqMacAddr implements the same functionality as the ether_addr_equal function defined in etherdevice.h, as a result the macro has been removed from the code, and its use replaced with the function call. Note that to use the ether_addr_equal function the data array containing the MAC Address has to be u16 aligned. Because of this the struct rt_dot11d_info has had it's member variables re-ordered. This is a coding style change which should have no impact on runtime code execution. Suggested-by: Joe Perches <[email protected]> Signed-off-by: John Whitmore <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions