415 Commits (df7996045aa228ee48906a202c496860461fbf83)

Author SHA1 Message Date
Imre Kaloz 9fa14987b8 fix madwifi for the gemini target 16 years ago
Jo-Philipp Wich 037f0c9629 madwifi: remove cruft from madwifi.sh introduced by r15954, thanks Vasilis Tsiligiannis 16 years ago
Felix Fietkau 43b2318584 madwifi: handle frame classification properly if eth->h_proto contains the protocol number directly (without offset) 16 years ago
Felix Fietkau 664d2873c7 madwifi: fix excessive stack usage in the wlanconfig tool 16 years ago
Felix Fietkau 5836e0fb5f madwifi: if a txpower value below the poweroffset is requested, set the internal txpower to 0db 16 years ago
Felix Fietkau 26099a3c23 madwifi: add better hw detection, use a power offset for setting/getting tx power for cards that have a twisted eeprom 16 years ago
Felix Fietkau ffea0b1aee madwifi: add sanity checks for monitor mode injection 16 years ago
Felix Fietkau f48e0b1e5f madwifi: fix an array overrun in the rate control attach check 16 years ago
Felix Fietkau 443fc5fe1b madwifi: remove the "turbo" iwpriv command, it does not do anything useful, but it can lead to crashes 16 years ago
Felix Fietkau f5918f5a00 madwifi: fix a rare ad-hoc mode crash 16 years ago
Felix Fietkau 5820c0fef2 madwifi: cosmetic fixes for maxrate/minrate 16 years ago
Jo-Philipp Wich 89127a67f2 Declare some missing local variables in madwifi.sh Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 16 years ago
Jo-Philipp Wich ba22d1e333 Fix device name allocation This patch fixes a bug in madwifi where names for wifi devices are not allocated during device setup. It fixes some instability on devices which share IRQ. Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 16 years ago
Jo-Philipp Wich 40872c604e Build madwifi with compression capability enabled Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 16 years ago
Jo-Philipp Wich bd50b95bde Detect every atheros device present This patch is for boards with more than one atheros devices. It changes detect_atheros() function to continue with the detection of every device present and don't return when just one is found Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 16 years ago
Nicolas Thill b6bb23e3a8 madwifi: don't try to set an interface essid with an empty value 16 years ago
Hauke Mehrtens f9532a06b1 Make madwifi compile with kernel 2.6.30. 16 years ago
Felix Fietkau 251a657eaf madwifi: fix distance setting 16 years ago
Felix Fietkau 898fc4d25c madwifi: the openwrt build system usually has a better idea of what the target arch is than the madwifi build system :) 16 years ago
Hauke Mehrtens 51445f3a18 make madwifi compile with kernel 2.6.29. 16 years ago
Felix Fietkau 37211157f6 madwifi: ignore the eeprom fast framing supported flag, as it is an arbitrary restriction and not based on hardware capability 16 years ago
Felix Fietkau 7f8cc3e7af madwifi: do not add the ff headroom len to dev->hard_header_len to avoid unnecessary reallocations. the driver will reallocate skbs itself if necessary 16 years ago
Felix Fietkau 6559aa514a madwifi: remove some leftover duplicate definitions 16 years ago
Felix Fietkau 09f06bbfb0 madwifi: clean up tx status mrr handling and fix mrr parsing for 5416 16 years ago
Felix Fietkau 5bc30de4e7 madwifi: clean up handling of various timings such as slot time, ack timeout, eifs time, etc. 16 years ago
Felix Fietkau 537f2199ac madwifi: fix uninitialized variable 16 years ago
Felix Fietkau cbb2ac35b3 madwifi: remove unused functions 16 years ago
Felix Fietkau d4f44772cf upgrade to a new public hal build - contains several minor fixes including ani improvements 16 years ago
Felix Fietkau cadab984f8 madwifi: fix selection of phy errors in the rx filter 16 years ago
Felix Fietkau d88bd31f99 madwifi: improve autochannel decision with lots of cards on one board 16 years ago
Felix Fietkau a8a91697ce madwifi: improve autochannel, nuke some dead code, fix scanlist building from channel mode 16 years ago
Felix Fietkau 976459a453 madwifi: fix setting outdoor mode 16 years ago
Felix Fietkau 28dbc959ca madwifi: fix run-time changing of iwpriv settings (thx, brainslayer) 16 years ago
Felix Fietkau b4574b5b03 madwifi: improve mode selection, do not scan channels which do not fit the desired mode 16 years ago
Felix Fietkau b9c49af8a5 make madwifi buildable without CONFIG_CRYPTO 16 years ago
Felix Fietkau f6d28016fe madwifi: improve antenna diversity handling 16 years ago
Felix Fietkau 28f12da43f madwifi: minor cleanup for the channel handling patch 16 years ago
Felix Fietkau 4cdb76c219 use config_get_bool for outdoor mode 16 years ago
Felix Fietkau 56ae52b008 madwifi: make country code and outdoor flag changeable without reloading the driver 16 years ago
Nicolas Thill 5282bfd731 madwifi: remove old Makefile hacks not needed anymore 16 years ago
Felix Fietkau 3df6c9e72b madwifi: fix a header file conflict with iptables 16 years ago
Florian Fainelli 87c7791bf2 allow connection to a prefered bssid (#4252) 16 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;) 16 years ago
Felix Fietkau 912fb776e4 madwifi: remove braindead code that overwrote the user's antenna diversity setting (thx, brainslayer) 16 years ago
Felix Fietkau d5b7addee9 madwifi: fix crash under load 16 years ago
Felix Fietkau 8e58032107 madwifi: improve turbo/autochannel patch 16 years ago
Felix Fietkau ab55cf802d madwifi: add wprobe rxframe/probereq counters 16 years ago
Felix Fietkau e1c01fa897 madwifi: remove obsolete spatch 16 years ago
Felix Fietkau f467aa8e81 madwifi: do not use turbo mode during ap mode autoselection unless specifically requested 16 years ago
Felix Fietkau 5f09427160 madwifi: only set the desired mode for the first vap 16 years ago