113 Commits (965c1904443b9804395b00a85c8a0fc11779ddd2)

Author SHA1 Message Date
Felix Fietkau 07933a6644 mac80211: fix typo that broke specifying the phy name directly (deprecated) 12 years ago
Felix Fietkau e36eb8579f mac80211: store the device path as identifier in the config instead of the mac address, makes it more robust against card replacement or user errors 12 years ago
Hauke Mehrtens d14c6b29eb tools: add b43-tools 12 years ago
Felix Fietkau a31bdfbea0 mac80211: add uci support for configuring antenna gain 12 years ago
Hauke Mehrtens 7401a7a672 mac80211: fiy typo in b43-fwsquash.py 12 years ago
Hauke Mehrtens 8f0d711550 mac80211: fix b43 firmware squash for HT and LCN firmware, one file was missing for both. 12 years ago
John Crispin 7639c9b580 mac80211/hostapd: add support for HT capa in case of IBSS/RSN 12 years ago
John Crispin 8b3882224a wpa_supplicant: add more parameters 12 years ago
Travis Kemen 62d9f257a1 mac80211: make channel bandwidth setting generic 12 years ago
Felix Fietkau 809cc8a435 mac80211: remove the passive-scan/no-ibss flag of channels 36-48 in the world regd similar to the default regd in ath 12 years ago
Felix Fietkau ba73b67726 mac80211: use built-in regulatory database instead of crda to avoid various race conditions 12 years ago
Felix Fietkau 7c1c457855 mac80211: get rid of duplicate iw reg set command (thx, stintel) 12 years ago
Jo-Philipp Wich e83f30306c mac80211: allow NOHT for IBSS mode 13 years ago
Felix Fietkau 877c407ade mac80211: add hostapd socket option to wpa_supplicant for IBSS RSN as well 13 years ago
Felix Fietkau 2143633bd2 mac80211: modify mac80211.sh to in order to support IBSS-RSN 13 years ago
John Crispin a0cd381e79 mac80211: Allow preamble configuration 13 years ago
Felix Fietkau e7c63048df mac80211: clean up init, remove some redundant checks, fix tx power init (#10113) 13 years ago
Felix Fietkau b62f4e0aa2 mac80211: fix powersave setting 13 years ago
Felix Fietkau fe8a3a36f0 mac80211: apply txpower after bringing up the interface, should fix #10113 13 years ago
Felix Fietkau 25540787ad mac80211: use iw instead of iwconfig to disable powersave 13 years ago
Hauke Mehrtens 542d1f1b61 mac80211: add support for firmware 666.2 for b43 devices 13 years ago
Jo-Philipp Wich d7205a9021 mac80211: change wireless ifname numbering schema Instead of simply counting up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number and following ifaces an index-suffix, e.g. wlan0 for network 1 on phy 1 and wlan0-1 for network 2 on phy 1. This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if the number of networks changes in between. This should, along with other changes in LuCI, fix #10335. 13 years ago
Felix Fietkau 2e94be02a8 mac80211: set the country code early to allow crda to settle 13 years ago
Jo-Philipp Wich 6addd50b9d mac80211: rework mac address generation for virtual interfaces; set locally administered bit on generated macs and change the last two bytes isntead of the first one 13 years ago
Jo-Philipp Wich fdfa6fdbcd mac80211: introduce "disabled" option for wifi-iface section to shutdown single networks on a radio 13 years ago
Jo-Philipp Wich 9d33a50cbb mac80211: configure hostapd logging options 13 years ago
Jo-Philipp Wich 3aa922d33c mac80211: use first available channel from current phy if channel is set to "auto" 13 years ago
Hauke Mehrtens 6474dbe86b mac80211: always store broadcom firmware in b43 and b43legacy dir 13 years ago
Felix Fietkau b4cef327ff ath9k: add a temporary uci option for setting the channel bandwidth 13 years ago
Felix Fietkau e087e678af mac80211: configure HT IBSS through uci 13 years ago
Felix Fietkau be3deb5b14 mac80211: broadcast the country IE by default if the country code is configured (#9308) 14 years ago
Hauke Mehrtens cda9981625 mac80211: b43: Add Firmware 5.10.56.27 14 years ago
Vasilis Tsiligiannis f55fe56225 mac80211: Fix unique device autodetection 14 years ago
Felix Fietkau 3494bdc59a mac80211: allow AP configuration of beacon interval, DTIM period, maximum permissible STA listen interval, and basic rates 14 years ago
Felix Fietkau 718645d581 mac80211: ignore errors in the command to set the rx/tx antenna - many drivers do not support this yet 14 years ago
Jo-Philipp Wich a580764a9f mac80211: fix order of iw parameters, fix broken antenna config call 14 years ago
Vasilis Tsiligiannis e6a9e6875a mac80211: Fix antenna setting when only one of {rx,tx}antenna options is specified 14 years ago
Jo-Philipp Wich 3b0c90325e mac80211: add missing done to mac80211.sh (#8735) 14 years ago
Jo-Philipp Wich 49d060dc1b mac80211: add mising esac to mac80211.sh 14 years ago
Jo-Philipp Wich 4e369e5378 mac80211: rework recent mac80211.sh additions: - split antenna options into rxantenna and txantenna to bring it in line with broadcom and madwifi - get rid of temporary variables - follow the documented config protocol for wep keys (option key # + option key# [s:]data) 14 years ago
Felix Fietkau 0cd2b87f95 mac80211: Add new parameters to mac80211.sh 14 years ago
Felix Fietkau cfdfc8c05b mac80211: Add mac address filter configuration for hostapd 14 years ago
Jo-Philipp Wich 253f4d82f2 mac80211: support per-vif wmm option, defaults to 1 if unset 14 years ago
Jo-Philipp Wich 7526fd8627 mac80211: rename max_clients option to maxassoc, this brings it in line with broadcom 14 years ago
Felix Fietkau 3347f8e360 hostapd: add support for specifying the maximum number of clients 14 years ago
Jo-Philipp Wich 4dcba42342 mac80211: use iw for txpower control (#8416) 14 years ago
Felix Fietkau 3e7589ce1a mac80211: set GF flag in hostapd config if supported 14 years ago
Felix Fietkau c173d41012 mac80211: add uci support for the ad-hoc multicast rate setting 14 years ago
Felix Fietkau 35cdc5d722 hostapd/mac80211: implement support for AP+STA 14 years ago
Felix Fietkau b7204be37b wifi: change the default channel from 5 to 11, 5 was a really bad choice 14 years ago