Re: [PATCH 1/2] ath10k: dump fw features during probing

2015-06-16 Thread Kalle Valo
Michal Kazior writes: > This should help when analysing problems from > users and spot fw api blob problems easier. > > Signed-off-by: Michal Kazior Thanks, both patches applied. -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a messag

Re: [PATCH 1/2] ath10k: dump fw features during probing

2015-06-11 Thread Michal Kazior
On 11 June 2015 at 20:51, Kalle Valo wrote: > Michal Kazior writes: > >> This should help when analysing problems from >> users and spot fw api blob problems easier. >> >> Signed-off-by: Michal Kazior > > [...] > >> +static unsigned int ath10k_core_get_fw_feature_str(char *buf, >> +

Re: [PATCH 1/2] ath10k: dump fw features during probing

2015-06-11 Thread Kalle Valo
Michal Kazior writes: > This should help when analysing problems from > users and spot fw api blob problems easier. > > Signed-off-by: Michal Kazior [...] > +static unsigned int ath10k_core_get_fw_feature_str(char *buf, > +size_t buf_len, > +

[PATCH 1/2] ath10k: dump fw features during probing

2015-06-08 Thread Michal Kazior
This should help when analysing problems from users and spot fw api blob problems easier. Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/core.c | 45 + drivers/net/wireless/ath/ath10k/core.h | 3 +++ drivers/net/wireless/ath/ath10k/debug.c |