Re: [PATCH v8] Add new mac80211 driver mwlwifi.

2016-10-04 Thread Kalle Valo
David Lin writes: > PATCH v8 changes since PATCH v7: > > - Used scnprintf() to replace sprintf() for debugfs output messages to avoid > overwriting buffer boundary. > - Used mutex to replace spinlock for the protection of firmware command. > - Used NL80211_BAND_ instead of IEEE80211_BAND_

RE: [PATCH v8] Add new mac80211 driver mwlwifi.

2016-06-29 Thread David Lin
> From: linux-wireless-ow...@vger.kernel.org > [mailto:linux-wireless-ow...@vger.kernel.org] On Behalf Of Baumann, > Christoph (C.) > Sent: Wednesday, June 29, 2016 9:45 PM > To: linux-wireless@vger.kernel.org > Subject: Re: [PATCH v8] Add new mac80211 driver mwlwifi. >

Re: [PATCH v8] Add new mac80211 driver mwlwifi.

2016-06-29 Thread Baumann, Christoph (C.)
Hello David, I tried this new driver and it worked for me (board based on Renesas R-Car H3). But Inoticed that the data rates are asymmetrical (seen from the device): * iperf -c (mainly TX): 598 Kbits/sec to 2.67 Mbits/sec * iperf -s (mainly RX): 64.4 Mbits/sec to 69.2 Mbits/sec

[PATCH v8] Add new mac80211 driver mwlwifi.

2016-06-27 Thread David Lin
PATCH v8 changes since PATCH v7: - Used scnprintf() to replace sprintf() for debugfs output messages to avoid overwriting buffer boundary. - Used mutex to replace spinlock for the protection of firmware command. - Used NL80211_BAND_ instead of IEEE80211_BAND_ (in order to work with updated