Re: [PATCH v2 4/4] iw: support multiple regdom print

2014-12-12 Thread Johannes Berg
On Mon, 2014-12-01 at 17:53 +0200, Arik Nemtsov wrote: When a phy is given, print only its regdomain. Otherwise, use the newly implement dump functionality to print all regdomains in the system. This breaks on existing kernels. johannes -- To unsubscribe from this list: send the line

[PATCH v2 4/4] iw: support multiple regdom print

2014-12-01 Thread Arik Nemtsov
When a phy is given, print only its regdomain. Otherwise, use the newly implement dump functionality to print all regdomains in the system. Signed-off-by: Arik Nemtsov a...@wizery.com --- reg.c | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/reg.c b/reg.c