Searched hist:230153 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/modules/wlan/
H A DMakefilediff 230153 Sun Jan 15 19:46:02 MST 2012 adrian Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a module
is used.

Although the module _builds_, it fails to load because of a missing symbol from
ieee80211_tdma.c.

Specifics:

* Always build ieee80211_tdma.c in the module;
* only compile in the code if IEEE80211_SUPPORT_TDMA is defined.
/freebsd-10.3-release/sys/net80211/
H A Dieee80211_tdma.cdiff 230153 Sun Jan 15 19:46:02 MST 2012 adrian Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a module
is used.

Although the module _builds_, it fails to load because of a missing symbol from
ieee80211_tdma.c.

Specifics:

* Always build ieee80211_tdma.c in the module;
* only compile in the code if IEEE80211_SUPPORT_TDMA is defined.

Completed in 125 milliseconds