306 Commits (89f3773ca4b4e278728ccf83e29e5bf117484663)

Author SHA1 Message Date
Felix Fietkau f26b153836 madwifi: add a watchdog for software beacon alert interrupts 15 years ago
Felix Fietkau b24884eeff madwifi: fix noise level display and make the cca threshold configurable through sysctl 15 years ago
Felix Fietkau 5215accae5 madwifi: fix a crash bug related to refcounting of bss nodes 15 years ago
Imre Kaloz 3d4466cfd8 add preliminary 2.6.32 support 15 years ago
Felix Fietkau 4228768e31 madwifi: reduce the size of the multicall tool binary 15 years ago
Felix Fietkau f283279dd8 madwifi: remove the 10HZ timer for updating rate control statistics 15 years ago
Felix Fietkau fdb032fd77 madwifi: fix various noderef/memleak issues 15 years ago
Felix Fietkau 2c040be231 madwifi: more ad-hoc fixes 15 years ago
Felix Fietkau 3be1af45ac madwifi: fix another ibss crash (#5935) 15 years ago
Felix Fietkau 75a4b6f1d7 madwifi: fix race condition on ibss init (#5935) 15 years ago
Felix Fietkau 025ac2b369 madwifi: beacon timer fixes 15 years ago
Felix Fietkau a58bb0a47a madwifi: fix bugs in the calibration triggers 15 years ago
Felix Fietkau 802ea84054 madwifi: fix a theoretical tx buffer leak 15 years ago
Felix Fietkau 0e2e5cae7a madwifi: fix beacon slot handling and add support for more than 4 vaps (useful for wds per-sta interfaces) 15 years ago
Felix Fietkau ca1b63e891 madwifi: fix sta mode reconnect when roaming between different aps of the same essid 15 years ago
Felix Fietkau bbc9700310 madwifi: fix maximum txpower display 15 years ago
Felix Fietkau 9e1fd17d10 madwifi: fix iwconfig tx power display 15 years ago
Felix Fietkau 36d7f7c017 madwifi: fix a wds related race condition 15 years ago
Felix Fietkau 84c01891da madwifi: remove an unimportant part of the ibss node handling fix, which led to a regression in ap-to-ap wds operation 15 years ago
Felix Fietkau d71228f092 madwifi: replace an implicit memcpy with an explicit one (cosmetic fix) 15 years ago
Felix Fietkau d5cc8ea44b madwifi: fix several noderef and ibss merge issues that led to memory leaks and high system load 15 years ago
Felix Fietkau ce5869bd9b madwifi: fix another unconverted netdev_ops issue 15 years ago
Felix Fietkau 6fb461da2b madwifi: add patch for building all modules (except for the HAL) into a single module. saves space and gets rid of unnecessary exports removes support for onoe and amrr - I don't think anybody needs these anymore 15 years ago
Felix Fietkau 7c746b122f add powersave fixes based on patches by Steven Luo (#4376) 15 years ago
Felix Fietkau 7f6b21ae62 madwifi: refresh patches 15 years ago
Felix Fietkau ed497b57a7 madwifi: fix frame dropped counter 15 years ago
Felix Fietkau 5335a25026 madwifi: fix compiler warning 15 years ago
Felix Fietkau f0380bfd82 fix software rx filter for ibss mode (based on a patch by harald schiöberg) 15 years ago
Felix Fietkau a1c5477822 madwifi: fix compile error on kernels without net_device api compatibility 15 years ago
Felix Fietkau 2fb9a9c917 madwifi: fix a race condition in the ap2ap wds setup 15 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) 15 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 15 years ago
Felix Fietkau bde1cf619a madwifi: fix crash on 2.6.30 15 years ago
Felix Fietkau 5cc4951745 madwifi: fix a race condition in the ibss merge 15 years ago
Felix Fietkau f97def7367 madwifi: clean up / fix ibss node handling 15 years ago
Felix Fietkau df3b99e959 madwifi: trivial antenna diversity fix 15 years ago
Felix Fietkau 8addc86845 madwifi: clean up wme handling, use same packet classification as mac80211 15 years ago
Felix Fietkau bcbdd2a425 madwifi: fix another instance of excessive stack usage in wlanconfig 15 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 15 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