Skip to content
Snippets Groups Projects
  1. Nov 03, 2016
    • Christian Lamparter's avatar
      base-files, mac80211, broadcom-wl: use uci to populate wireless config · 5e35b456
      Christian Lamparter authored
      
      Previously, wifi detect simply dumped its generated wireless
      configuration to STDOUT. A second step was needed to append
      the configuration to /etc/config/wireless (or create it, if
      it didn't exist).
      
      With this patch, The wifi detection script will now use uci
      to update the wireless configuration directly.
      
      This patch also makes the initially created wifi-iface a
      named section ('default_radio$X' for mac80211 and
      'default_wl$X' for broadcom). With this change, uci will
      not print the cfgHASH to STDOUT (which would now corrupt
      the wireless configuration). It will also prevent adding
      duplicated wifi interface configurations, if the wifi
      configuration is run concurrently.
      
      Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
      5e35b456
  2. May 29, 2016
  3. Mar 24, 2016
  4. Jan 21, 2016
  5. Mar 20, 2015
  6. Jan 28, 2015
    • John Crispin's avatar
      mac80211: fix fallback to macaddr · e0aaac84
      John Crispin authored
      
      If '/sys/class/ieee80211/phyN' is not a symlink, the call to readlink
      produces either an empty path (if /sys/class/ieee80211/phyN/device doesn't
      exist) or a path that begins with '/sys/class/ieee80211' (which does not
      work with the subsequent line to strip '/sys/devices' from the beginning of
      the path).  Modify the checks to detect these conditions, and fallback to
      using the macaddr.
      
      Signed-off-by: default avatarNathan Hintz <nlhintz@hotmail.com>
      
      SVN-Revision: 44172
      e0aaac84
  7. Oct 09, 2014
  8. Jul 29, 2014
  9. May 06, 2014
  10. May 03, 2014
  11. Feb 03, 2014
    • Felix Fietkau's avatar
      wifi: Introduce 802.11ac support · 38587f87
      Felix Fietkau authored
      
      This patch introduces 802.11ac support to mac80211 and hostapd. The split of
      VHT160 in two 80 MHz bands is not yet supported, since it requires an
      additional user supplied parameter for the channel of the second band.
      
      Signed-off-by: default avatarMatti Laakso <malaakso@elisanet.fi>
      Signed-off-by: default avatarSimon Wunderlich <simon@open-mesh.com>
      [sven@open-mesh.com: Rebased patch, merged htmode and vhtmode,
      removed special hwmode, replaced uci vht_capab list with overwritable
      autoconfig, fixed hostapd integration, fixed commit description, add HT40+/-
      for VHT modes, add VHT40 center_freq autoconfig, refactored major parts]
      Signed-off-by: default avatarSven Eckelmann <sven@open-mesh.com>
      
      SVN-Revision: 39456
      38587f87
  12. Dec 02, 2013
  13. Nov 25, 2013
  14. Aug 06, 2013
  15. Jul 26, 2013
  16. Jul 13, 2013
  17. Jun 21, 2013
Loading