Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-08 | mention AR2427 | Damien Bergamini | |
2010-02-08 | mention RT3052 | Damien Bergamini | |
2010-02-08 | add the 10us sifs directly to the pre-computed ack durations. | Damien Bergamini | |
2010-02-08 | simplify | Damien Bergamini | |
2010-02-08 | s/RT2860_MCU_CMD_BOOT/RT2860_MCU_CMD_RFRESET/ | Damien Bergamini | |
no binary change. | |||
2010-02-08 | Don't underrun the buffer when the template is all X's. | Philip Guenthe | |
Also, remove a duplicate preconditions check. Based on a suggestion by Vadim Zhukov (persgray <at> gmail.com) ok millert@ | |||
2010-02-08 | Unbreak IPv6 local address lookups. Some idiot aka me optimised a loop and | Claudio Jeker | |
because of that either the IPv4 or IPv6 local address was not set. Because of this prefixes were sent out with all zero nexthops. | |||
2010-02-08 | fix BBP R82 for RT3572 | Damien Bergamini | |
2010-02-08 | It is enough that peer->capa.mp[i] is non zero. It does not need to be 1. | Claudio Jeker | |
2010-02-08 | The IMPs are history so is splimp, this needs now splnet so update comment. | Claudio Jeker | |
Another thing found by Gleydson Soares. | |||
2010-02-08 | arpioctl() is not used sore remove it. Found by Gleydson Soares. | Claudio Jeker | |
2010-02-08 | remove scard | Markus Friedl | |
2010-02-08 | remove obsole scard code | Markus Friedl | |
2010-02-08 | When initialising the chip actually set the hardware MAC address, thus | Joel Sing | |
allowing the MAC address to be changed/set via ifconfig. | |||
2010-02-08 | More destatic and ansification. | Joel Sing | |
ok claudio@ naddy@ | |||
2010-02-08 | More destatic and ansification. | Joel Sing | |
ok claudio@ naddy@ | |||
2010-02-08 | Destatic and ansify. | Joel Sing | |
ok claudio@ naddy@ | |||
2010-02-08 | Destatic and ansify. | Joel Sing | |
ok claudio@ naddy@ | |||
2010-02-08 | Use size_t in appropriate places; fixes sorting of big arrays; | Otto Moerbeek | |
after the diff was written, I made it similar to the freebsd fix of the same code; pr6287 ok millert@ guenther@ | |||
2010-02-08 | use size_t to index arrays; avoids big array bugs; ok millert@ guenther@ | Otto Moerbeek | |
2010-02-08 | test for PKCS#11 support (currently disabled) | Markus Friedl | |
2010-02-08 | replace our obsolete smartcard code with PKCS#11. | Markus Friedl | |
ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20.pdf ssh(1) and ssh-keygen(1) use dlopen(3) directly to talk to a PKCS#11 provider (shared library) while ssh-agent(1) delegates PKCS#11 to a forked a ssh-pkcs11-helper process. PKCS#11 is currently a compile time option. feedback and ok djm@; inspired by patches from Alon Bar-Lev | |||
2010-02-08 | ...and yet another typo copied from ospfd: the ev_sighup event handler | Philip Guenthe | |
should handle SIGHUP and not SIGTERM. SIGTERM is already handled by ev_sigterm. | |||
2010-02-08 | Use SIGCHLD for the sigchild handler not SIGINT twice. | Philip Guenthe | |
(This was inherited from ospfd; claudio fixed it there some time ago) Spotted in ripd by haesbaert <at> haesbaert.org | |||
2010-02-08 | Add an option to disable the smcup/rmcup alternate screen behaviour inside | Nicholas Marriott | |
tmux. From clemens fischer. | |||
2010-02-07 | sync | Miod Vallat | |
2010-02-07 | next-layout is bound to Space not C-Space. | Nicholas Marriott | |
2010-02-07 | Change tipout to use poll(2) instead of the ghastly setup with signals/longjmp. | Nicholas Marriott | |
Tested/briefly read by mk@, blambert@. | |||
2010-02-07 | Fix machine tag. | Dale Rahn | |
2010-02-07 | Beagle has two memory banks, fix buffer overflow. | Dale Rahn | |
2010-02-07 | regen | Mark Kettenis | |
2010-02-07 | Add VIA VT8251 AHCI. | Mark Kettenis | |
2010-02-07 | sync with mirrors.dat | Stuart Henderson | |
2010-02-07 | A few visual cleanups, and clarify a comment. | Bret Lambert | |
Also: for (i = 0; i >= 0 && foo; i++) is functionally equivalent to: for (i = 0; foo; i++) so use the clearer construct where appropriate. ok pyr@ | |||
2010-02-07 | writing to RT2860_TX_PIN_CFG requires some extra steps on RT3572 | Damien Bergamini | |
2010-02-07 | fix my 1.44->1.45 commit | Damien Bergamini | |
2010-02-07 | HT is not enable so skip this. | Damien Bergamini | |
2010-02-07 | we're in 2010. | Damien Bergamini | |
no binary change. | |||
2010-02-07 | add two more ids for RT3572 and one more id for RT2770. | Damien Bergamini | |
save BBP R25 and R26 values on RT3572 at init. | |||
2010-02-07 | set default value for BBP R106 | Damien Bergamini | |
2010-02-07 | set tx mixer gain for RT3071 | Damien Bergamini | |
2010-02-07 | change RF init sequence for RT3572 | Damien Bergamini | |
2010-02-07 | cleanup run_rt3070_set_chan | Damien Bergamini | |
2010-02-07 | add a function to set the channel on RT3572. | Damien Bergamini | |
2010-02-07 | when calibrating filter, use better target values for >=RT3071 | Damien Bergamini | |
2010-02-07 | read vendor RF settings for >=RT3572 and tx mixer gains for >=RT3070 | Damien Bergamini | |
check if we have a hardware RF switch and if we must patch the DAC issue too. | |||
2010-02-07 | add a new function to set the AGC since the code is a bit different | Damien Bergamini | |
for RT3572. fix the initial AGC value for >=RT3070 while i'm here. | |||
2010-02-07 | use new mcu command to select the antenna on RT2020 | Damien Bergamini | |
requires the new firmware | |||
2010-02-07 | split 32-bit mac_rev into 16-bit mac_ver and mac_rev to avoid | Damien Bergamini | |
annoying shifts and masks. | |||
2010-02-07 | add rf init values for rt3572 | Damien Bergamini | |
add settings for 5GHz channels (rt3572 only) |