[BACK]Return to if_iwn.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/pci/if_iwn.c between version 1.5.8.1 and 1.5.8.2

version 1.5.8.1, 2008/04/03 12:42:50 version 1.5.8.2, 2008/06/02 13:23:39
Line 2138  iwn_start(struct ifnet *ifp)
Line 2138  iwn_start(struct ifnet *ifp)
                                 break;                                  break;
   
                         if (m0->m_len < sizeof (*eh) &&                          if (m0->m_len < sizeof (*eh) &&
                             (m0 = m_pullup(m0, sizeof (*eh))) != NULL) {                              (m0 = m_pullup(m0, sizeof (*eh))) == NULL) {
                                 ifp->if_oerrors++;                                  ifp->if_oerrors++;
                                 continue;                                  continue;
                         }                          }

Legend:
Removed from v.1.5.8.1  
changed lines
  Added in v.1.5.8.2

CVSweb <webmaster@jp.NetBSD.org>