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

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

Diff for /src/sys/dev/usb/if_urtwn.c between version 1.90 and 1.91

version 1.90, 2021/02/01 04:46:33 version 1.91, 2021/02/01 06:59:37
Line 854  urtwn_tx_beacon(struct urtwn_softc *sc, 
Line 854  urtwn_tx_beacon(struct urtwn_softc *sc, 
 {  {
         struct urtwn_tx_data *data =          struct urtwn_tx_data *data =
             urtwn_get_tx_data(sc, sc->ac2idx[WME_AC_VO]);              urtwn_get_tx_data(sc, sc->ac2idx[WME_AC_VO]);
   
           if (data == NULL)
                   return ENOBUFS;
   
         return urtwn_tx(sc, m, ni, data);          return urtwn_tx(sc, m, ni, data);
 }  }
   

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

CVSweb <webmaster@jp.NetBSD.org>