Age | Commit message (Expand) | Author |
2010-11-15 | Reset ic_scan_lock in {ipw,iwi}_stop similarly to {wpi,iwn}_stop. | Damien Bergamini |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-27 | Move the guts of the powerhook function into the activate function and make | Theo de Raadt |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-08-12 | homogeneous style. | Damien Bergamini |
2010-08-12 | Instead of returning EBUSY when the busy flag is set in the ioctl, sleep | Owain Ainsworth |
2010-08-03 | Bring the suspend/resume code of all the Intel wireless drivers in line with | Mark Kettenis |
2010-07-28 | Make legacy xxpower() functions call xxstop() on suspend, and simplify their | Theo de Raadt |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
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 |