Re: [PATCH 1/1] wireless: airo: re-use mac_pton()

2015-11-27 Thread Andy Shevchenko
On Thu, 2015-11-26 at 15:32 +0200, Kalle Valo wrote: > Andy Shevchenko writes: > > > mac_pton() converts 6-byte MAC / BSSID to binary format. Change an > > open coded > > variant by the generic one. > > > > Signed-off-by: Andy Shevchenko

Re: [PATCH 1/1] wireless: airo: re-use mac_pton()

2015-11-26 Thread Kalle Valo
Andy Shevchenko writes: > mac_pton() converts 6-byte MAC / BSSID to binary format. Change an open coded > variant by the generic one. > > Signed-off-by: Andy Shevchenko This breaks compilation: CC [M]

[PATCH 1/1] wireless: airo: re-use mac_pton()

2015-11-18 Thread Andy Shevchenko
mac_pton() converts 6-byte MAC / BSSID to binary format. Change an open coded variant by the generic one. Signed-off-by: Andy Shevchenko --- drivers/net/wireless/airo.c | 18 +++--- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git