Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2007 01:12:28 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net80211 _ieee80211.h ieee80211.c ieee80211_node.c
Message-ID:  <200701150112.l0F1CSBK039281@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2007-01-15 01:12:28 UTC

  FreeBSD src repository

  Modified files:
    sys/net80211         _ieee80211.h ieee80211.c ieee80211_node.c 
  Log:
  Add initial support for 900MHz cards like the Ubiquiti SR9:
  o add channel flag to enable freq <-> ieee channel # mapping (can
    go away in the future when ieee number is precomputed)
  o add mapping between 900mhz freq's and channel #'s that gives a
    unique channel # for each half/quarter/full width channel
  o remove assumptions that half/quarter rate channels on happen in 11a
  o remove assumptions that all 11g channels are full width
  o ensure ic_curchan is reset on mode change so changing the channel
    list (e.g. on countrycode change) doesn't leave curchan set to an
    invalid channel
  
  There is still an issue with switching rate sets; to be fixed separately.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.6       +5 -0      src/sys/net80211/_ieee80211.h
  1.35      +52 -36    src/sys/net80211/ieee80211.c
  1.78      +8 -13     src/sys/net80211/ieee80211_node.c



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