source: freewrt/package/madwifi/patches/104-apmode_by_default.patch@ db5651c

freewrt_1_0 freewrt_2_0
Last change on this file since db5651c was db5651c, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

merge wbx-target-cleanup to trunk.

  • mk directory for some top level makefiles (build.mk,vars.mk)
  • add a separate configfs partition to all models, 128 kb big
  • add model and platform specific startup files and kernel configs
  • delete target/linux/package, add all addon kernel packages to packages
  • simplify target/linux/brcm-2.4/Makefile, abstraction to mk/ comes later
  • add target/image directory, place where the different images are created
  • default off for all extra packages, be sure that you enable all packages you need to get a dsl-capable router. snapshots will be created by a specific config which contains all needed stuff (iptables, pppoe, pptp, haserl, webif)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@588 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 463 bytes
  • ath/if_ath.c

    diff -ruN madwifi-ng-r1486-20060329/ath/if_ath.c madwifi-ng-r1486-20060329-patch/ath/if_ath.c
    old new  
    388388        struct ath_hal *ah;
    389389        HAL_STATUS status;
    390390        int error = 0, i;
    391         int autocreatemode = IEEE80211_M_STA;
     391        int autocreatemode = IEEE80211_M_HOSTAP;
    392392        u_int8_t csz;
    393393
    394394        sc->devid = devid;
Note: See TracBrowser for help on using the repository browser.