diff options
author | Julia Lawall <julia@diku.dk> | 2009-11-08 09:23:07 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-11-11 15:23:55 -0500 |
commit | f9ef6028b2c1272a2f12299053efef90e8721f21 (patch) | |
tree | 5e1588cfcbb595029112655cc0ae5d9522806d39 /drivers/net/wireless/rt2x00/rt2x00soc.c | |
parent | 3e8b4d006ed04b1ddb7450faee7fa429e2a00e48 (diff) | |
download | talos-op-linux-f9ef6028b2c1272a2f12299053efef90e8721f21.tar.gz talos-op-linux-f9ef6028b2c1272a2f12299053efef90e8721f21.zip |
drivers/net/wireless: correct check on CCS_START_NETWORK
CCS_START_NETWORK is declared in drivers/net/wireless/rayctl.h with the
comment Values for cmd. status is previously compared to
CCS_COMMAND_COMPLETE, which is declared in the same file with the comment
Values for buffer_status. Finally, it is possible at this point that cmd
is CCS_START_NETWORK, because it is compared to that value in an enclosing
switch that has CCS_START_NETWORK as one of two case labels around this code.
Signed-off-by: Julia Lawall <julia@diku.dk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00soc.c')
0 files changed, 0 insertions, 0 deletions