Changeset 19067


Ignore:
Timestamp:
04/20/12 07:42:21 (13 months ago)
Author:
chris
Message:

mac80211 buffalo/WZRHPAG300NH autochannel change

Location:
src/router/libutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/router/libutils/Makefile

    r18994 r19067  
    120120  CFLAGS += -DHAVE_BUFFALO 
    121121  NCFLAGS += -DHAVE_BUFFALO 
     122  ATH9KCFLAGS += -DHAVE_BUFFALO 
    122123endif 
    123124ifeq ($(CONFIG_BUFFALO_SA),y) 
     
    360361ifeq ($(CONFIG_WZRHPAG300NH),y) 
    361362CFLAGS += -DHAVE_WZRHPAG300NH 
     363ATH9KCFLAGS += -DHAVE_WZRHPAG300NH 
    362364endif 
    363365ifeq ($(CONFIG_DIR825),y) 
  • src/router/libutils/mac80211autochannel.c

    r18865 r19067  
    151151                                continue; 
    152152#endif  
     153#if defined(HAVE_BUFFALO) && defined(HAVE_WZRHPAG300NH) 
     154                        if (tb[NL80211_FREQUENCY_ATTR_RADAR]) 
     155                                continue; 
     156#endif 
    153157                        f = calloc(1, sizeof(*f)); 
    154158                        INIT_LIST_HEAD(&f->list); 
Note: See TracChangeset for help on using the changeset viewer.