summaryrefslogtreecommitdiff
path: root/sys/dev/ic/pgt.c
AgeCommit message (Expand)Author
2011-12-01Be sure to splx() before return in pgt_media_status(); from Jan Klemkow onMiod Vallat
2011-06-21remove some unnecessary casts. ok blambert deraadt kettenis matthewTed Unangst
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyTheo de Raadt
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-27Massage the powerhook function into an activate function, and since we doTheo de Raadt
2010-08-27remove the unused if_init callback in struct ifnetJonathan Gray
2010-08-27kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberTheo de Raadt
2010-08-07Unmap registers upon detach. Avoid panics when detaching a partially attachedMark Kettenis
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-03-29Initialize various uninitialized variables. Found by jsg@ via Clang.Kenneth R Westerback
2009-12-30remove dead assignments and newly created unused variables.Charles Longeau
2009-11-12memory leak found by parfait in an ioctl path, ok damien jsgTheo de Raadt
2009-11-06cosmetic. claudio@ okFederico G. Schwindt
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2008-08-29move code to support Frequency-Hopping spread spectrum (FHSS) PHYsDamien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-07-21instead of passing rx tstamp and rssi to the ieee80211_input function,Damien Bergamini
2008-07-01Do not use MINCLSIZE to figure out if a single mbuf or a mcluster should beClaudio Jeker
2008-04-16Kernel implementation of the 4-way handshake and group-keyDamien Bergamini
2008-03-13Do not increment the input packet counter in these drivers asBrad Smith
2007-12-30Only do pullups when necessary, m_pullup() always prepends an mbufClaudio Jeker
2007-09-18Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-08-28unify firmware load failure messages; ok mglockerTheo de Raadt
2007-07-18replace the ieee80211_wepkey structure with a more generic ieee80211_keyDamien Bergamini
2007-05-22Pass string to printf instead of struct that contains string.Ray Lai
2007-02-14Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 doesClaudio Jeker
2006-12-30Don't use M_DUP_PKTHDR() on static mbufs. M_DUP_PKTHDR() copies the mtagClaudio Jeker
2006-12-07Fix some channel tweaks; e.g. solves a bug which sets the channel to 40Marcus Glocker
2006-11-25remove a comment that only applies to freebsd.Damien Bergamini
2006-10-13Fix kernel page fault when the device gets detached after the firmwareMarcus Glocker
2006-10-11more ether_sprintf()'sDamien Bergamini
2006-10-11fix a potential null deref and a memleak (both in error path).Damien Bergamini
2006-10-11Use correct arguments in printfs. OK mglocker@Claudio Jeker
2006-10-09Kill unused debug flag.Marcus Glocker
2006-10-09Change historical leftovers (tsleep "pftres" to "pgtres").Marcus Glocker
2006-10-09Add powerhooks. Tested with a Netgear WG511v1 on my X40.Marcus Glocker
2006-10-06Fix cardbus support for pgt(4). Tested with a Netgear WG511.Marcus Glocker
2006-10-05Zap more dead dot1x code.Marcus Glocker
2006-10-05Zap dead dot1x routine pgt_update_hw_from_nodes(). There is some moreMarcus Glocker
2006-10-05Remove obsolete ioctl command.Marcus Glocker
2006-10-05Zap dead routine pgt_80211_set().Marcus Glocker
2006-10-04Merge pgt_start_body() into pgt_start().Marcus Glocker
2006-10-04Mini cleanup.Marcus Glocker
2006-10-03Do not use IF_PREPEND. Instead use IFQ_POLL and IFQ_DEQUEUE. This shouldClaudio Jeker
2006-10-02Zap unused MLME routines. Probably they were just used in WPA mode.Marcus Glocker
2006-10-02Simplify device attachment. From brad@ with a tiny correction.Marcus Glocker
2006-10-01Make monitor mode work by prepending the right kind headers and fixing theClaudio Jeker
2006-10-01Get rid of this strange pgt_data_frame which is unused. Nice side-effect isClaudio Jeker