1. Jul 24, 2008
    • David S. Miller's avatar
      netdev: Remove warning from __netif_schedule(). · 5b3ab1db
      David S. Miller authored
      
      
      It isn't helping anything and we aren't going to be able to change all
      the drivers that do queue wakeups in strange situations.
      
      Just letting a noop_qdisc get scheduled will work because when
      qdisc_run() executes via net_tx_work() it will simply find no packets
      pending when it makes the ->dequeue() call in qdisc_restart.
      
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      5b3ab1db
  2. Jul 23, 2008