Age | Commit message (Expand) | Author |
2009-05-11 | sync setting of the capinfo field of assoc req frames w/ net80211. | Damien Bergamini |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-01-26 | Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: | 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-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-09-04 | mostly cosmetic. | Damien Bergamini |
2008-09-03 | (Re)Association requests should contain a QoS Capability element, | Damien Bergamini |
2008-09-03 | redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE in | Damien Bergamini |
2008-08-28 | 80 cols. | Damien Bergamini |
2008-08-28 | WPA support for iwi(4). | Damien Bergamini |
2008-08-27 | the firmware is responsible for sending management frames, but | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-07-21 | instead of passing rx tstamp and rssi to the ieee80211_input function, | Damien Bergamini |
2007-11-17 | update the physical address of the RX buffer after bus_dmamap_load() | 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-07-18 | replace the ieee80211_wepkey structure with a more generic ieee80211_key | Damien Bergamini |
2007-07-06 | typo in an error message. | Damien Bergamini |
2007-07-05 | fixes my previous commit. | Damien Bergamini |
2007-07-05 | don't set IEEE80211_CAPINFO_ESS bit since we're not operating as an AP. | 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-10-23 | remove detach() function. this is not hotplug and this is dead code. | Damien Bergamini |
2006-10-22 | Check that ni->ni_rates.rs_nrates is not greater than sizeof rs.rates in | Damien Bergamini |
2006-09-29 | add a missing format string to the beacon miss debug message. | Brad Smith |
2006-09-18 | don't use IF_PREPEND() on altq's. | Damien Bergamini |
2006-08-19 | tweak dma sync ops | Damien Bergamini |
2006-08-19 | get rid of shared auth mode. | Damien Bergamini |
2006-08-19 | o Improve 802.11 radiotap support (correct Rx antenna and Rx rate, | Damien Bergamini |
2006-08-18 | set of unrelated cosmetic tweaks. | Damien Bergamini |
2006-06-14 | clear the IFF_UP interface flag before shutting down the interface. | Brad Smith |
2006-05-17 | sync handling of fatal firmware errors w/ wpi(4) | Damien Bergamini |
2006-05-01 | call iwi_stop() at beginning of iwi_init() so that all rings are properly | Damien Bergamini |
2006-04-02 | Prevent panic when loading pre-3.0 iwi firmware, and give a helpful | Dimitry Andric |
2006-04-01 | use proper types and not fetch iobase that is not used later; damien ok | Michael Shalayeff |
2006-04-01 | Put Damien's latest changes back in, okay deraadt@. | Pedro Martelletto |
2006-03-31 | Backout, causes panics | Pedro Martelletto |
2006-03-27 | - complete rework of rings allocation (do things more like ral(4)) | Damien Bergamini |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-02-26 | prettify + u_int{8,16,32}_t -> uint{8,16,32}_t | Damien Bergamini |
2006-02-04 | silently discard f/w notifications that are unknown (fixes spurious | Damien Bergamini |
2006-01-29 | re-enable scatter and fix scanning of 802.11a channels. | Damien Bergamini |
2006-01-18 | add some bits to control assoc led. | Damien Bergamini |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar |
2005-11-23 | When defragmenting a mbuf chain before transmitting it, don't allocate a mbuf | Damien Bergamini |
2005-11-23 | fix my previous commit. don't leak an mbuf. | Damien Bergamini |
2005-11-23 | Be more robust when handling Rx interrupts. If we can't allocate and DMA map | Damien Bergamini |
2005-11-23 | Fix endianness issues. iwi should now work on big endian architectures. | Damien Bergamini |