Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1214557
| From | Alexander Kuleshov <kuleshovmail@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] drivers/staging: Use %pM format specifier to print mac address |
| Date | 2015-08-27 15:10 +0200 |
| Message-ID | <q256h-5kI-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
printk() supports %pM format specifier for printing 6-byte MAC/FDDI addresses in hex notation small buffers, let's use it intead of %x:%x... This patch set provides fixes for the following drivers: * rtl8188eu * rtl8723au * wilc1000 Alexander Kuleshov (3): staging/rtl8188eu: Use %pM format specifier to print mac address staging/rtl8723au: Use %pM format specifier to print mac address staging/wilc1000: Use %pM format specifier to print mac address drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 5 ++--- drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 7 ++----- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/linux_mon.c | 2 +- drivers/staging/wilc1000/linux_wlan.c | 3 +-- 5 files changed, 9 insertions(+), 14 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] drivers/staging: Use %pM format specifier to print mac address Alexander Kuleshov <kuleshovmail@gmail.com> - 2015-08-27 15:10 +0200
[PATCH 3/3] staging/wilc1000: Use %pM format specifier to print mac address Alexander Kuleshov <kuleshovmail@gmail.com> - 2015-08-27 15:20 +0200
Re: [PATCH 3/3] staging/wilc1000: Use %pM format specifier to print mac address Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-09-03 03:40 +0200
[PATCH 2/3] staging/rtl8723au: Use %pM format specifier to print mac address Alexander Kuleshov <kuleshovmail@gmail.com> - 2015-08-27 15:20 +0200
Re: [PATCH 2/3] staging/rtl8723au: Use %pM format specifier to print mac address Jes Sorensen <Jes.Sorensen@redhat.com> - 2015-08-27 15:20 +0200
csiph-web