1. 09 11月, 2009 1 次提交
  2. 21 7月, 2009 1 次提交
  3. 14 10月, 2008 1 次提交
    • A
      tty: ipw need reworking · 5aaa70a8
      Alan Cox 提交于
      This came in via another tree and unfortunately is rather broken on
      the tty side. Comment the apparent locking problems for someone who knows
      the driver to look at.
      
      Fix the termios and other ioctl handling. The driver was calling the wrong
      methods for what it wanted to do but the right ones existed so its a simple
      fix up.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      5aaa70a8
  4. 31 8月, 2008 2 次提交
  5. 23 8月, 2008 2 次提交
  6. 17 8月, 2008 1 次提交
  7. 29 7月, 2008 1 次提交
  8. 28 7月, 2008 12 次提交
  9. 13 7月, 2008 1 次提交
  10. 24 6月, 2008 1 次提交
  11. 07 6月, 2008 1 次提交
    • D
      ipwireless: Fix blocked sending · eb4e545d
      David Sterba 提交于
      Packet sending is driven by two flags, tx_ready and tx_queued.
      It was possible, that there were queued data for sending and
      hardware was flagged as blocked but in fact it was not.
      
      The tx_queued was indicator but should be really a counter else
      first fragmented packet resets tx_queued flag, but there may be
      pending packets which do not get sent.
      
      New semantics:
      tx_ready - set, if hw is ready to send packet, no packet is being
                 transferred right now
                 set the flag right at the place where data are copied
                 into hw memory and not earlier without checking if it
                 was succesful
      tx_queued - count of enqueued packets, including fragments
      Tested-by: NMichal Rokos <michal.rokos@gmail.com>
      Signed-off-by: NDavid Sterba <dsterba@suse.cz>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      eb4e545d
  12. 29 4月, 2008 1 次提交
  13. 05 3月, 2008 1 次提交
  14. 08 2月, 2008 1 次提交
新手
引导
客服 返回
顶部