Re: [PATCH v3] ieee80211: Print human-readable disassoc/deauth reason codes

2014-02-11 Thread Johannes Berg
On Tue, 2014-02-11 at 17:48 +0100, Antonio Quartulli wrote: > On 11/02/14 17:37, Calvin Owens wrote: > > Create a function to return a descriptive string for each reason code, > > and print that in addition to the numeric value in the kernel log. These > > codes are easily found on popular search e

Re: [PATCH v3] ieee80211: Print human-readable disassoc/deauth reason codes

2014-02-11 Thread Calvin Owens
On Tuesday 02/11 at 17:48 +0100, Antonio Quartulli wrote: > On 11/02/14 17:37, Calvin Owens wrote: > > Create a function to return a descriptive string for each reason code, > > and print that in addition to the numeric value in the kernel log. These > > codes are easily found on popular search eng

Re: [PATCH v3] ieee80211: Print human-readable disassoc/deauth reason codes

2014-02-11 Thread Calvin Owens
On Tuesday 02/11 at 09:13 -0800, Joe Perches wrote: > On Tue, 2014-02-11 at 10:37 -0600, Calvin Owens wrote: > > Create a function to return a descriptive string for each reason code, > > and print that in addition to the numeric value in the kernel log. These > > codes are easily found on popular

Re: [PATCH v3] ieee80211: Print human-readable disassoc/deauth reason codes

2014-02-11 Thread Joe Perches
On Tue, 2014-02-11 at 10:37 -0600, Calvin Owens wrote: > Create a function to return a descriptive string for each reason code, > and print that in addition to the numeric value in the kernel log. These > codes are easily found on popular search engines, but one is generally > not able to access th

Re: [PATCH v3] ieee80211: Print human-readable disassoc/deauth reason codes

2014-02-11 Thread Antonio Quartulli
On 11/02/14 17:37, Calvin Owens wrote: > Create a function to return a descriptive string for each reason code, > and print that in addition to the numeric value in the kernel log. These > codes are easily found on popular search engines, but one is generally > not able to access the internet when

[PATCH v3] ieee80211: Print human-readable disassoc/deauth reason codes

2014-02-11 Thread Calvin Owens
Create a function to return a descriptive string for each reason code, and print that in addition to the numeric value in the kernel log. These codes are easily found on popular search engines, but one is generally not able to access the internet when dealing with wireless connectivity issues. Cha