cvs commit: src/sys/net80211 _ieee80211.h ieee80211.c ieee80211_node.c

Sam Leffler sam at FreeBSD.org
Mon Jan 15 01:12:29 UTC 2007


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


More information about the cvs-src mailing list