Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2011 17:42:21 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/iwn if_iwn.c
Message-ID:  <201104141742.p3EHgg9A086666@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bschmidt    2011-04-14 17:42:21 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/iwn          if_iwn.c 
  Log:
  SVN rev 220636 on 2011-04-14 17:42:21Z by bschmidt
  
  Instead of trying to figure out which rxon.flags to clear, restart
  from scratch. Remove htole16() calls, rxon.chan is an uint8_t,
  ieee80211_chan2ieee() does return an ic_ieee as an int, but I heavily
  doubt a htole16() will buy us anything here.
  
  Revision  Changes    Path
  1.56      +3 -7      src/sys/dev/iwn/if_iwn.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104141742.p3EHgg9A086666>