Revision 86dae0154a49b67c908faffeb33ba37eddceba74 authored by Márton Németh on 24 January 2008, 03:33:06 UTC, committed by Len Brown on 24 January 2008, 03:33:06 UTC
Add leading zeros to pr_debug() calls. For example if x=0x0a, the format
"0x%2x" will result the string "0x a", the format "0x%2.2x" will result "0x0a".

Signed-off-by: Márton Németh <nm127@freemail.hu>
Signed-off-by: Len Brown <len.brown@intel.com>
1 parent 03d1d99
Raw File
Makefile
obj-$(CONFIG_WIRELESS_EXT) += wext.o
obj-$(CONFIG_CFG80211) += cfg80211.o

cfg80211-y += core.o sysfs.o radiotap.o
cfg80211-$(CONFIG_NL80211) += nl80211.o
back to top