summaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/files/lib/netifd
Commit message (Collapse)AuthorAgeFilesLines
* mac80211: fix processing of the distance option (#14893)Felix Fietkau2014-02-021-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39447
* netifd: fix mac80211.sh to respect setting of mcast_rateJohn Crispin2014-01-121-1/+1
| | | | | | | | | | | | | | This patch fixes a bug in /lib/netifd/wireless/mac80211.sh, where the UCI setting of wireless multicast traffic (in uci: mcast_rate) is not respected within netifd. Especially in Freifunk mesh networks the olsr routing as effected by this, as only the lowest mcast_rate was used, even when uci ncast_rate was set to something else. In function mac80211_setup_adhoc() the value of mcast_rate is missing in json_get_vars. Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> SVN-Revision: 39232
* mac80211: add missing set_default to fix stray "radio0: sh: bad number" messagesJo-Philipp Wich2013-12-101-0/+2
| | | | SVN-Revision: 39028
* mac80211: fix using custom wifi-iface ifname option with netifdFelix Fietkau2013-12-081-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39003
* mac80211: fix ad-hoc network setup with netifd (#14564)Felix Fietkau2013-12-031-3/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38993
* netifd: add wireless configuration support and port mac80211 to the new ↵Felix Fietkau2013-12-021-0/+443
framework Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38988