Age | Commit message (Expand) | Author |
2007-02-28 | Fix a ieee80211_node refcount leak -- the node lookup is done in | Claudio Jeker |
2007-02-27 | Fix page fault trap in radio init code path and activate radio init in | Marcus Glocker |
2007-02-26 | Finish bcw_radio_default_radio_attenuation(). | Marcus Glocker |
2007-02-26 | As we have the PCI softc data now, replace the fake if's with real ones. | Marcus Glocker |
2007-02-26 | We need to save some PCI infos in our softc struct for further decisions | Marcus Glocker |
2007-02-25 | Power on/off cardbus socket at attach/detach time. Makes firmware upload | Marcus Glocker |
2007-02-25 | Calculate number of cores correctly. This is done based on the common | Marcus Glocker |
2007-02-25 | dmesg should look like devN at busN locators: device info | Theo de Raadt |
2007-02-24 | Get correct chip revision and also get chip package. | Marcus Glocker |
2007-02-24 | Fix value typos, sync radio vars with phy vars, add radio default | Marcus Glocker |
2007-02-23 | Add bcw_phy_lo_g_state(). | Marcus Glocker |
2007-02-23 | Another two missing htoleX() for big endian support. Still more missing | Claudio Jeker |
2007-02-23 | Add bcw_radio_freq_r3a_value() and complement bcw_phy_initg(). | Marcus Glocker |
2007-02-23 | Complement and fix a bunch of things in bcw_radio_select_channel(). | Marcus Glocker |
2007-02-23 | Add missing routine to just allow a number in a given range. Replaces | Marcus Glocker |
2007-02-23 | Add bcw_phy_xmitpower(). | Marcus Glocker |
2007-02-23 | Complement bcw_radio_set_txpower_a(). | Marcus Glocker |
2007-02-23 | Add and activate bcw_radio_init2050 (radio type B). | Marcus Glocker |
2007-02-23 | Activate bcw_phy_init2060() (type A radio) in bcw_radio_on(). | Marcus Glocker |
2007-02-23 | Complement bcw_phy_inita(), add bcw_radio_init2060(). | Marcus Glocker |
2007-02-22 | Add bcw_phy_lo_b_measure(). | Marcus Glocker |
2007-02-22 | Add support for Winbond W83627EHF chips. | Mark Kettenis |
2007-02-22 | Add bcw_phy_initb2() and bcw_phy_initb4(). Activate bcw_phy_init() in the | Marcus Glocker |
2007-02-22 | Halftime for PHY init code, another ~1000 new lines. | Marcus Glocker |
2007-02-21 | Make the firmware load on big endian systems and while there make sure that | Claudio Jeker |
2007-02-20 | Fix a memory leak in acx_load_radio_firmware() -- free the ucode after use. | Claudio Jeker |
2007-02-20 | ~1052 lines of new PHY radio initialization code and no end in sight. | Marcus Glocker |
2007-02-18 | Add bcw_phy_set_baseband_attenuation(). | Marcus Glocker |
2007-02-18 | Comment corrections from Bret Lambert. | Marcus Glocker |
2007-02-18 | Add bcw_shm_write16(). | Marcus Glocker |
2007-02-18 | Sort routines (phy, radio). | Marcus Glocker |
2007-02-18 | Start to add radio PHY initialization routines. | Marcus Glocker |
2007-02-18 | Turn radio (version 2050) on. | Marcus Glocker |
2007-02-15 | from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others... | Jason Wright |
2007-02-14 | Sync with pgt(4) multicast fix. | Marcus Glocker |
2007-02-14 | Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 does | Claudio Jeker |
2007-02-14 | remove some unused goop | Jonathan Gray |
2007-02-14 | put debug string tables under ATW_DEBUG | Jonathan Gray |
2007-02-14 | remove no longer used rate related variable/defines | Jonathan Gray |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-14 | bus_space does byte swapping to cope with host endianness for us, so remove | David Gwynne |
2007-02-13 | Fix subtle x ? y : z bug when calling mfi_create_sgl. This worked because | Marco Peereboom |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-02-09 | Spaces, no binary change. | Claudio Jeker |
2007-02-08 | Don't clear IFF_OACTIVE in re_txeof() unless there are at least 4 free | Mark Kettenis |
2007-02-08 | Remove double semicolons. | Ray Lai |
2007-02-06 | Evil typo; spotted by Thorsten Glaser | Miod Vallat |
2007-02-03 | Don't set the RL_CFG1_FULLDUPLEX bit. The RL_CFG1_FULLDUPLEX bit in | Kenneth R Westerback |
2007-02-02 | up the accepted length to ETHER_MAX_LEN + ETHER_VLAN_ENCAP_LEN on rx; from brad@ | Jason Wright |
2007-01-31 | oops. now is the miodski version of the diff (; | Michael Shalayeff |