Skip to content

Commit

Permalink
IEEE -> NL
Browse files Browse the repository at this point in the history
  • Loading branch information
kimocoder authored Jan 12, 2019
1 parent 8894b2e commit ea24e4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions os_dep/linux/wifi_regd.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@

#include <rtw_wifi_regd.h>

#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0))
#define IEEE80211_BAND_2GHZ NL80211_BAND_2GHZ
#define IEEE80211_BAND_5GHZ NL80211_BAND_5GHZ
#define IEEE80211_NUM_BANDS NL80211_NUM_BANDS
#endif

static struct country_code_to_enum_rd allCountries[] = {
{COUNTRY_CODE_USER, "RD"},
};
Expand Down

0 comments on commit ea24e4d

Please sign in to comment.