Age | Commit message (Expand) | Author |
2010-10-23 | fix the two extremely retarded bugs that prevented the RT30XX | Damien Bergamini |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-08-28 | rename the *_power functions to *_powerhook to indicate that we've been | Theo de Raadt |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-27 | Stop calling xxx_power() from xxx_resume(); instead do it the other way around. | Mark Kettenis |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-25 | Make CardBus ral(4) suspend and resume properly on machines that keep the | Mark Kettenis |
2010-08-04 | add suspend/resume support for PCI ral(4) devices. | Damien Bergamini |
2010-07-19 | store the WCID in the rt2860_node structure at association time | Damien Bergamini |
2010-07-19 | implement the ic_ampdu_rx_{start,stop} callbacks (not used yet). | Damien Bergamini |
2010-07-19 | in hostap mode, when a STA leaves the BSS, clear its entry in the | Damien Bergamini |
2010-05-10 | additionnal bits and fixes for RT3090. | Damien Bergamini |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-04-12 | Make hardware generate 802.11 sequence numbers (except for unicast | Damien Bergamini |
2010-04-10 | enable debug mode for >=RT3090 | Damien Bergamini |
2010-04-06 | always enable both 2GHz and 5GHz LNAs regardless of the band | Damien Bergamini |
2010-04-06 | on devices that have a radio switch, check GPIO pin 2 and report | Damien Bergamini |
2010-04-06 | On RT3090 chips, read vendor RF settings from ROM and apply them. | Damien Bergamini |
2010-04-06 | Give rt3090_efuse_read_2() a chance to work by using the correct offset. | Damien Bergamini |
2010-04-05 | fix regression on RT2860C introduced in previous commit. | Damien Bergamini |
2010-04-05 | Initial bits for >=RT3090 support. | Damien Bergamini |
2010-04-04 | Fix 5GHz channels TX power settings for RT2860/RT2870 (does not | Damien Bergamini |
2010-03-27 | Fix TX power per rate settings. | Damien Bergamini |
2010-02-08 | add the 10us sifs directly to the pre-computed ack durations. | Damien Bergamini |
2010-02-08 | s/RT2860_MCU_CMD_BOOT/RT2860_MCU_CMD_RFRESET/ | Damien Bergamini |
2010-02-07 | add channels 167, 169, 171, 173 for dual-band devices | Damien Bergamini |
2009-12-10 | fix a theoretical (but not possible) array bound overflow. | Owain Ainsworth |
2009-11-03 | setting of WEP keys is defered until interface is brought up, | Damien Bergamini |
2009-11-01 | call powerhook_disestablish() and pci_intr_disestablish() earlier. | Damien Bergamini |
2009-08-10 | three more shutdown hooks bite the dust. | Damien Bergamini |
2009-05-11 | properly set unicast to me mask in MAC_ADDR_DW1 register. | Damien Bergamini |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-01-26 | I changed the IEEE80211_QOS_ACK_POLICY_* definitions to be more in line | Damien Bergamini |
2008-12-29 | properly update RT2860_TX_RTS_CFG | Damien Bergamini |
2008-12-29 | move the 802.11 header out of the TXWI structure. | Damien Bergamini |
2008-12-22 | I swapped MGETHDR arguments in my m_defrag removal commit. | Damien Bergamini |
2008-12-21 | Undo m_defrag(). | Damien Bergamini |
2008-12-15 | in rt2860_rx_intr(), rely on RT2860_FS_DRX_IDX instead of the RX_DMA DDONE | Damien Bergamini |
2008-12-14 | Disable TX_DMA writing back DDONE into TXD. | Damien Bergamini |
2008-12-14 | - properly handle RT2860_TX_RX_COHERENT interrupts. | Damien Bergamini |
2008-12-13 | use the hardware general-purpose timer interrupt instead of timeout(9). | Damien Bergamini |
2008-12-13 | clear the WCID, pairwise keys, shared keys, IV/EIV tables in NIC memory | Damien Bergamini |
2008-12-12 | fix a bug that slipped through my last commit. | Damien Bergamini |
2008-12-12 | - fix HW crypto using group keys (this should fix the "ExtIV bit not set" | Damien Bergamini |
2008-11-25 | use shiny new m_defrag() and nitems() instead of rolling our own. | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-08-14 | in ieee80211_input(), call if_start() after enqueuing frames in if_snd | Damien Bergamini |
2008-07-21 | rename rt2860 pci ids to match with reality. | Damien Bergamini |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |