summaryrefslogtreecommitdiff
path: root/socket.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-18socket: Add functions for multicast group join/leave and IPv6 socket creationTobias Klauser1-1/+6
2015-02-06Initial import, still work in progressTobias Klauser1-0/+27
s.form.submit();'>
authorLarry Finger <Larry.Finger@lwfinger.net>2017-01-19 11:25:20 -0600
committerKalle Valo <kvalo@codeaurora.org>2017-01-20 12:05:17 +0200
commitc34df318ec9fccd92f23b4ac15f06cbf7bfeec0c (patch)
tree36bf4136018a0828c3c45122f373fe5adaba4eb9 /drivers
parent102e295ed5a42cc7428baf1d1ffc08826dad99e7 (diff)
rtlwifi: Convert COMP_XX entries into a proper debugging mask
The debugging macros contain a parameter COMP_XX that could be used as a mask; however, the code turns all these various bits on at the same time. This change implements them as a proper mask, and adds module parameters to set the mask at load time. The current name "debug" for the debug level has been changed to "debug_level" to better differentiate it from "debug_mask". The debug routines have also been changed to interrogate the structure that is loaded at entry time. As a result, the structure rtl_debug is no longer needed, and all references to it are deleted. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers')