diff options
author | David Sterba <dsterba@suse.cz> | 2008-07-28 16:53:05 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-28 17:28:03 +0200 |
commit | 93110f698fe92fc4dfd86c78783aedf522c69eb9 (patch) | |
tree | 2150a7a7614ab6149b8351a43495720b1e6caf9f /scripts | |
parent | ipwireless: Remove endian-dependent bitfields (diff) | |
download | linux-93110f698fe92fc4dfd86c78783aedf522c69eb9.tar.xz linux-93110f698fe92fc4dfd86c78783aedf522c69eb9.zip |
ipwireless: Do not return value from sending funcs
ipwireless: Do not return value from sending funcs
Do not return value from do_send_fragment and do_send_packet, it's not used.
The packet size checks are not useful too:
* zero length packet will never be sent, caller always passes packet_header
size which is either 1 or 3
* MTU check is done in caller, no need to repeat
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions