1. 04 10月, 2005 1 次提交
    • J
      [PATCH] hostap: Remove hw specific dev_open/close handlers · bab76198
      Jouni Malinen 提交于
      Host AP driver used hardware model specific dev_open/close handlers
      that were called on dev_open/close if the hardware driver had
      registered the handler. These were only used for hostap_cs and only
      for tracking whether any of the netdevs were UP. This information is
      already available from local->num_dev_open, so there is not need for
      the special open/close handler.
      
      Let's get rid of these handlers. In addition to cleaning up the code,
      this fixes a module refcounting issue for hostap_cs where ejecting the
      card while any of the netdevs were open did not decrement refcount
      properly.
      Signed-off-by: NJouni Malinen <jkmaline@cc.hut.fi>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      bab76198
  2. 24 9月, 2005 6 次提交
  3. 23 9月, 2005 9 次提交
  4. 22 9月, 2005 7 次提交
  5. 16 9月, 2005 4 次提交
  6. 14 9月, 2005 4 次提交
  7. 13 9月, 2005 1 次提交
  8. 07 9月, 2005 8 次提交