Defines | |
| #define | NET80211_BAND_2GHZ 0 |
| The 2.4 GHz ISM band, unlicensed in most countries. | |
| #define | NET80211_BAND_5GHZ 1 |
| The band from 4.9 GHz to 5.7 GHz, which tends to be more restricted. | |
| #define | NET80211_NR_BANDS 2 |
| Number of RF bands. | |
| #define | NET80211_BAND_BIT_2GHZ (1 << 0) |
| Bitmask for the 2GHz band. | |
| #define | NET80211_BAND_BIT_5GHZ (1 << 1) |
| Bitmask for the 5GHz band. | |
| #define NET80211_BAND_2GHZ 0 |
The 2.4 GHz ISM band, unlicensed in most countries.
Definition at line 45 of file net80211.h.
Referenced by ath5k_copy_channels(), ath5k_hw_write_rate_duration(), ath5k_setcurmode(), ath5k_setup_bands(), net80211_add_channels(), and rtl818x_probe().
| #define NET80211_BAND_5GHZ 1 |
The band from 4.9 GHz to 5.7 GHz, which tends to be more restricted.
Definition at line 47 of file net80211.h.
Referenced by ath5k_copy_channels(), ath5k_setcurmode(), ath5k_setup_bands(), net80211_add_channels(), and net80211_duration().
| #define NET80211_NR_BANDS 2 |
| #define NET80211_BAND_BIT_2GHZ (1 << 0) |
Bitmask for the 2GHz band.
Definition at line 52 of file net80211.h.
Referenced by ath5k_setup_bands(), net80211_prepare_probe(), and rtl818x_probe().
| #define NET80211_BAND_BIT_5GHZ (1 << 1) |
Bitmask for the 5GHz band.
Definition at line 54 of file net80211.h.
Referenced by ath5k_setup_bands(), net80211_prepare_probe(), and net80211_step_associate().
1.5.7.1