Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Issue 563022: wifi h/w capabilities test (Closed)

Created:
10 years, 10 months ago by Sam Leffler
Modified:
9 years, 7 months ago
Reviewers:
kmixter1, petkov
CC:
chromium-os-reviews_chromium.org
Visibility:
Public.

Description

wifi h/w capabilities test

Patch Set 1 #

Total comments: 31

Patch Set 2 : review comments from kmixter+petkov #

Patch Set 3 : fix tarball #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -0 lines) Patch
A client/deps/iwcap/common.py View 1 chunk +8 lines, -0 lines 0 comments Download
A client/deps/iwcap/control View 1 chunk +5 lines, -0 lines 0 comments Download
A client/deps/iwcap/iwcap.py View 1 chunk +17 lines, -0 lines 0 comments Download
A client/deps/iwcap/iwcap.tar.gz View 1 2 Binary file 0 comments Download
A client/site_tests/network_WiFiCaps/control View 1 1 chunk +18 lines, -0 lines 0 comments Download
A client/site_tests/network_WiFiCaps/network_WiFiCaps.py View 1 1 chunk +70 lines, -0 lines 0 comments Download
M client/site_tests/setup/control View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Sam Leffler
This uses a little tool iwcap instead of parsing the output of iw. If someone ...
10 years, 10 months ago (2010-02-03 21:08:42 UTC) #1
Sam Leffler
10 years, 10 months ago (2010-02-03 21:55:02 UTC) #2
kmixter1
LGTM just nits. http://codereview.chromium.org/563022/diff/1/8 File client/site_tests/network_WiFiCaps/network_WiFiCaps.py (right): http://codereview.chromium.org/563022/diff/1/8#newcode14 client/site_tests/network_WiFiCaps/network_WiFiCaps.py:14: version = 1 i think the ...
10 years, 10 months ago (2010-02-03 22:14:05 UTC) #3
petkov
A few nits/style comments. Is "iwcap" going to cross compile OK for ARM at some ...
10 years, 10 months ago (2010-02-03 22:14:51 UTC) #4
Sam Leffler
iwcap should cross-compile fine; it's a much stripped down ripoff of iw. As to parsing ...
10 years, 10 months ago (2010-02-04 23:08:38 UTC) #5
petkov
10 years, 10 months ago (2010-02-04 23:14:48 UTC) #6
LGTM

http://codereview.chromium.org/563022/diff/1/8
File client/site_tests/network_WiFiCaps/network_WiFiCaps.py (right):

http://codereview.chromium.org/563022/diff/1/8#newcode38
client/site_tests/network_WiFiCaps/network_WiFiCaps.py:38: iwcap = utils.run(dir
+ 'iwcap ' + phy + ' ' + string.join(caps))
On 2010/02/04 23:08:38, Sam Leffler wrote:
> On 2010/02/03 22:14:51, petkov wrote:
> > lots of spaces end )
> 
> Sorry, don't understand your point.  Do you want me to remove the spaces
around
> operators?

Sorry, the comment should have been "80 chars" -- got confused by the review
tool. Seems fixed now.

Powered by Google App Engine
This is Rietveld 408576698