]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add initial support for 900MHz cards like the Ubiquiti SR9:
authorsam <sam@FreeBSD.org>
Mon, 15 Jan 2007 01:12:28 +0000 (01:12 +0000)
committersam <sam@FreeBSD.org>
Mon, 15 Jan 2007 01:12:28 +0000 (01:12 +0000)
commita3a275335d46831246b871b344c2737ae0cb4468
treed73d0349b154f05d7b8dd12e7775dd3023714dc4
parent62b15d9b508f7c3085d34682b2b77ee3d8f2dbfe
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
sys/net80211/_ieee80211.h
sys/net80211/ieee80211.c
sys/net80211/ieee80211_node.c