281 Commits (8ee102eea1f917809bd0d180d8241511e031d922)

Author SHA1 Message Date
Felix Fietkau ed497b57a7 madwifi: fix frame dropped counter 16 years ago
Felix Fietkau 5335a25026 madwifi: fix compiler warning 16 years ago
Felix Fietkau f0380bfd82 fix software rx filter for ibss mode (based on a patch by harald schiöberg) 16 years ago
Felix Fietkau a1c5477822 madwifi: fix compile error on kernels without net_device api compatibility 16 years ago
Felix Fietkau 2fb9a9c917 madwifi: fix a race condition in the ap2ap wds setup 16 years ago
Felix Fietkau f6852f2023 madwifi: disable debug by default in the source tree instead of only relying on the override (useful for external builds) 16 years ago
Felix Fietkau 9ce792f444 madwifi: remove the get_arch.mk build failure when the 'detected' arch doesn't match the build system's value 16 years ago
Felix Fietkau bde1cf619a madwifi: fix crash on 2.6.30 16 years ago
Felix Fietkau 5cc4951745 madwifi: fix a race condition in the ibss merge 16 years ago
Felix Fietkau f97def7367 madwifi: clean up / fix ibss node handling 16 years ago
Felix Fietkau df3b99e959 madwifi: trivial antenna diversity fix 16 years ago
Felix Fietkau 8addc86845 madwifi: clean up wme handling, use same packet classification as mac80211 16 years ago
Felix Fietkau bcbdd2a425 madwifi: fix another instance of excessive stack usage in wlanconfig 16 years ago
Felix Fietkau 5447d6c44b upgrade to the new version of wprobe - includes reconfigurable layer 2 statistics, remote access, more configuration options and many bugfixes 16 years ago
Felix Fietkau 4b87e55994 madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops transition) 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 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 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
Hauke Mehrtens f9532a06b1 Make madwifi compile with kernel 2.6.30. 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 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 56ae52b008 madwifi: make country code and outdoor flag changeable without reloading the driver 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 f467aa8e81 madwifi: do not use turbo mode during ap mode autoselection unless specifically requested 16 years ago
Felix Fietkau 4aab5d7c49 madwifi: add config option for adjusting the beacon power relative to the full tx power (needs testing, units/scale still unknown, defaults to max.) 16 years ago
Felix Fietkau 45fa082fad madwifi: add a small missing change to the tx power rework 16 years ago