Age | Commit message (Expand) | Author |
2009-04-26 | in ca_attach() there is no need to set .value and .flags of sensors to 0, | Constantine A. Murenin |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-02-05 | fix uninitialized var (in a code path that is not used yet). | Damien Bergamini |
2009-01-26 | I changed the IEEE80211_QOS_ACK_POLICY_* definitions to be more in line | Damien Bergamini |
2009-01-03 | remove check for rfkill switch state using GP_CNTRL as it does not | 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-03 | allow users to select a fixed rate. | Damien Bergamini |
2008-12-03 | don't overwrite an error code from wpi_init() in wpi_ioctl(), logic is | Constantine A. Murenin |
2008-11-25 | more sizeof->nitems | Damien Bergamini |
2008-11-25 | use shiny new m_defrag() and nitems() instead of rolling our own. | Damien Bergamini |
2008-11-25 | add a shitload of bus_dmamap_sync() calls, even though they are no-ops | Damien Bergamini |
2008-11-22 | - Slight wording tweak.. leave -> let. | Brad Smith |
2008-11-16 | clear pending interrupts in the driver attach routine. | Damien Bergamini |
2008-11-09 | rework the rate coding code to get rid of the ugly {wpi,iwn}_plcp_signal() | Damien Bergamini |
2008-11-09 | uninitialized value, caused by a typo. | Charles Longeau |
2008-11-08 | when defragmenting an mbuf chain, do not call M_DUP_PKTHDR. | Damien Bergamini |
2008-11-08 | initialize k to NULL in wpi_tx_data() | Damien Bergamini |
2008-11-08 | do not allocate cmd memory for rings 5 and 6 (HCCA) which are unused. | Damien Bergamini |
2008-11-08 | major wpi(4) overhaul. | Damien Bergamini |
2008-11-08 | major wpi(4) overhaul. | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-07-31 | Wait much longer for clock stabilization. | Damien Bergamini |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2008-06-16 | replace min() and max() function calls by MIN() and MAX(). | Damien Bergamini |
2008-04-16 | Kernel implementation of the 4-way handshake and group-key | Damien Bergamini |
2008-03-08 | allows SMALL_KERNEL compiles | Marc Espie |
2007-11-19 | all TX rings have the same fixed size (256 entries) and this is not | Damien Bergamini |
2007-11-03 | fix ENETRESET handling in {wpi,iwn}_ioctl() so that the firmware won't | Damien Bergamini |
2007-09-11 | - add callbacks for setting EDCA parameters and pairwise crypto keys. | Damien Bergamini |
2007-09-11 | fix a bug in the scan command I introduced with my previous commit. | Damien Bergamini |
2007-09-10 | - add support for 802.11 headers with various sizes (will be required | Damien Bergamini |
2007-09-07 | use new malloc M_ZERO flag to shrink kernel. | Damien Bergamini |
2007-08-28 | unify firmware load failure messages; ok mglocker | Theo de Raadt |
2007-08-22 | when running out of rx buffers, allocate a new mbuf and copy the rx | Damien Bergamini |
2007-08-10 | make it more clear that the temperature can range between 0 and 285, | Jasper Lievisse Adriaanse |
2007-07-24 | hardware WEP in the TX path. | Damien Bergamini |
2007-07-11 | endianness | Damien Bergamini |
2007-07-10 | change firmware loading code to adopt the new 2.14.4 firmware layout. | Damien Bergamini |
2007-07-05 | move the logic of determining whether an extended supported rates IE is | Damien Bergamini |
2007-06-16 | do not allocate ring descriptors for the service queue. | Damien Bergamini |
2007-06-11 | Wait for firmware command WPI_CMD_TXPOWER to complete before sending | Damien Bergamini |
2007-06-09 | print regulatory domain in dmesg output. | Damien Bergamini |
2007-06-06 | comment an unused function (wpi_setup_beacon). | Damien Bergamini |
2007-06-06 | - #undef the correct macro | Damien Bergamini |
2007-06-06 | make sensors framework usage consistent with other drivers; ok damien@ | Constantine A. Murenin |
2007-06-05 | Major wpi(4) update: | Damien Bergamini |
2007-01-03 | M_DUP_PKTHDR() cleanup. On static mbufs M_DUP_PKTHDR() will leak mbuf tags. | Claudio Jeker |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt |
2006-11-13 | first round of commits for proper 11b/g protection support: | Damien Bergamini |