]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtl8187: Fix more frag bit checking, rts duration calc
authorMichael Wu <flamingice@sourmilk.net>
Fri, 26 Oct 2007 21:04:38 +0000 (17:04 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Nov 2007 17:25:37 +0000 (09:25 -0800)
commit90218467107c97a0b05aac332325f18e05b649e1
tree13a00a181093addc028d25c596c9037bf0c7a8fb
parentb6060c0559eb79ce1010061e51654662a473fa9b
rtl8187: Fix more frag bit checking, rts duration calc

patch 98798f4875b7149db4eb7d0a126fc6dcd9637821 in mainline.

The wrong pointer is passed to ieee80211_get_morefrag. Fix this.

While we're at it, reorder things so they look better and the rts duration
calculation is done with the right length.

Thanks to Christoph Hellwig for finding the ieee80211_get_morefrag issue.

Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/rtl8187_dev.c