Changeset 19067
- Timestamp:
- 04/20/12 07:42:21 (13 months ago)
- Location:
- src/router/libutils
- Files:
-
- 2 edited
-
Makefile (modified) (2 diffs)
-
mac80211autochannel.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/libutils/Makefile
r18994 r19067 120 120 CFLAGS += -DHAVE_BUFFALO 121 121 NCFLAGS += -DHAVE_BUFFALO 122 ATH9KCFLAGS += -DHAVE_BUFFALO 122 123 endif 123 124 ifeq ($(CONFIG_BUFFALO_SA),y) … … 360 361 ifeq ($(CONFIG_WZRHPAG300NH),y) 361 362 CFLAGS += -DHAVE_WZRHPAG300NH 363 ATH9KCFLAGS += -DHAVE_WZRHPAG300NH 362 364 endif 363 365 ifeq ($(CONFIG_DIR825),y) -
src/router/libutils/mac80211autochannel.c
r18865 r19067 151 151 continue; 152 152 #endif 153 #if defined(HAVE_BUFFALO) && defined(HAVE_WZRHPAG300NH) 154 if (tb[NL80211_FREQUENCY_ATTR_RADAR]) 155 continue; 156 #endif 153 157 f = calloc(1, sizeof(*f)); 154 158 INIT_LIST_HEAD(&f->list);
Note: See TracChangeset
for help on using the changeset viewer.
