Skip to content

Commit

Permalink
[PATCH] libertas: fix inadvertant removal of bits from commit 8314418
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Dan Williams authored and David S. Miller committed Oct 10, 2007
1 parent 7563a0b commit b1b1907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/libertas/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ static int libertas_thread(void *data)

init_waitqueue_entry(&wait, current);

set_freezable();
for (;;) {
lbs_deb_thread( "main-thread 111: intcounter=%d "
"currenttxskb=%p dnld_sent=%d\n",
Expand Down

0 comments on commit b1b1907

Please sign in to comment.