summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_iwn.c
AgeCommit message (Expand)Author
2016-11-30Make iwn(4) receive MIMO frames in monitor mode. We can now sniff all 802.11nStefan Sperling
2016-10-28In iwn(4), stop forcing RTS for every frame in 11n mode.Stefan Sperling
2016-10-08Make iwn(4) write MCS into the radiotap rate field.Stefan Sperling
2016-10-08Hide details of fatal firmware errors in iwn(4) behind #ifdef IWN_DEBUG.Stefan Sperling
2016-09-05convert busy flag and tsleep to rwlock as in iwmTed Unangst
2016-09-02Enable SGI for iwn(4).Stefan Sperling
2016-08-17iwn(4) scans all bands at once, as far as the net80211 stack is concerned.Stefan Sperling
2016-07-20Make the iwn(4) LED flash 10 times slower in monitor mode.Stefan Sperling
2016-07-20Bring iwn_update_htprot() back, so iwn(4) will properly keep trackStefan Sperling
2016-06-27Revert if_iwm.c r1.166. We are still seeing links dropping upon HT protectionStefan Sperling
2016-06-03Put iwn_update_htprot() back, with a fixed implementation this time.Stefan Sperling
2016-04-28Add a better implementation of iwn's update_htprot callback which usesStefan Sperling
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-02-07Fix off-by-one in loop termination condition.tb
2016-02-05Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDUStefan Sperling
2016-02-05In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmwareStefan Sperling
2016-02-04Make iwn(4) pass 802.11 control frames in monitor mode.Stefan Sperling
2016-02-04In iwn(4), don't forget about restoring the CCMP key to firmware afterStefan Sperling
2016-01-25Keep track of HT protection settings in beacons and have 11n-capableStefan Sperling
2016-01-13Revert most of if_iwm.c r1.155. Use of channel zero was a symptom ofStefan Sperling
2016-01-13Tell the iwn(4) firmware to retry failed Tx at 1Mbit/s instead of MCS 0.Stefan Sperling
2016-01-13Fix iwn(4) firmware SYSASSERT during hardware initialization.Stefan Sperling
2016-01-12fix a misplaced curly braceStefan Sperling
2016-01-07Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4).Stefan Sperling
2016-01-06Initialize the A-MPDU parameters field in HT capability elements.Stefan Sperling
2016-01-06Ensure that iwn(4) always uses a CCK rate as last fallback in the firmware'sStefan Sperling
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2016-01-04Add initial support for 11n mode to the iwn(4) driver.Stefan Sperling
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-01sizes for free(), mostly related to firmwares.Theo de Raadt
2015-05-27Use m_defrag(9) instead of rolling our own inlined version.Mark Kettenis
2015-04-08don't leak the chip's hardware address during scans when a randomized addressJasper Lievisse Adriaanse
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-10Wireless drivers call if_input() via ieee80211_input() which set `rcvif'Martin Pieuchot
2015-02-08Sprinkle some string constant consistency on iwn(4) as well.Stefan Sperling
2015-01-27remove the second void * argument on tasks.David Gwynne
2014-12-22unifdef INETTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-09-10s/IWL/IWN/ in comment here tooDavid Coppa
2014-09-09Backport https://svnweb.freebsd.org/base?view=revision&revision=258829 to fixStuart Henderson
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-03-19Stop abusing the rcvif pointer to pass wireless nodes down to theMartin Pieuchot
2014-02-11Adjust for renamed pcidevs defines.Mark Kettenis
2014-02-11Intel Centrino Wireless-N 2200 (tested) and Wireless-N 105/135 (untested)Mark Kettenis
2014-02-10Intel Centrino Wireless-N 2230 support. From Fabian Raetz, with a little bitMark Kettenis
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt