index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
iwn
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove bogus cast.
kevlo
2016-02-19
1
-1
/
+1
*
wpi, iwn: implement ic_getradiocaps method
avos
2016-01-12
1
-14
/
+52
*
iwn: reduce code duplication in iwn_read_firmware()
avos
2016-01-04
1
-11
/
+17
*
iwn(4): various simple fixes
avos
2015-11-05
1
-7
/
+7
*
Remove BUS_DMA_NOWAIT from bus_dma_tag_create() invocations as it's
kevlo
2015-10-21
1
-5
/
+3
*
Switch PCI register reads from using magic numbers to using the names
kevlo
2015-10-21
1
-4
/
+4
*
net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...
adrian
2015-10-12
1
-8
/
+1
*
net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...
adrian
2015-10-12
1
-3
/
+1
*
Fix locking after my EDCA update change.
adrian
2015-09-29
1
-1
/
+3
*
Fix up error path handling after the recent churn.
adrian
2015-09-24
1
-10
/
+8
*
net80211 & wireless drivers: remove duplicate defines (noop)
adrian
2015-09-22
1
-7
/
+3
*
Remove the software queue, which is a remnant of ifnet ifqueue.
glebius
2015-09-02
2
-57
/
+17
*
Remove now unneeded includes.
glebius
2015-08-31
1
-7
/
+0
*
Migrate the stats API for iwn(4) into a cdev ioctl, rather than tying
adrian
2015-08-30
3
-11
/
+74
*
Replay r286410. Change KPI of how device drivers that provide wireless
glebius
2015-08-27
2
-216
/
+142
*
Migrate ifp->if_softc -> ic->ic_softc.
adrian
2015-08-17
1
-8
/
+5
*
Revert the wifi ifnet changes until things are more baked and tested.
adrian
2015-08-08
2
-147
/
+224
*
Change KPI of how device drivers that provide wireless connectivity interact
glebius
2015-08-07
2
-224
/
+147
*
Attempt to make 5GHz HT/40 work on the 6xxx series NICs.
adrian
2015-07-07
2
-20
/
+46
*
First cut at attempting to buffer frames until we see a beacon.
adrian
2015-06-19
2
-0
/
+151
*
Disable bgscan for now - it interferes with 11n activity and general
adrian
2015-06-04
1
-0
/
+2
*
Change three methods in struct ieee80211com, namely ic_updateslot,
glebius
2015-05-25
1
-2
/
+2
*
Use ic_printf() instead of if_printf().
glebius
2015-05-25
1
-3
/
+2
*
Store softc in ic_softc and access it without using struct ifnet.
glebius
2015-05-25
1
-11
/
+12
*
Make net80211 drivers supply their device name to the net80211 layer, so
glebius
2015-05-25
1
-0
/
+1
*
Various iwn(4) fixes.
adrian
2015-05-16
1
-22
/
+22
*
iwn, wlan: fix typos
eadler
2015-04-10
1
-1
/
+1
*
Remove a private copy of ieee80211_add_ssid().
adrian
2014-12-19
1
-13
/
+0
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-10
/
+10
*
Implement htprotmode handling.
adrian
2014-09-08
1
-3
/
+6
*
(more) correctly account TX completion status for A-MPDU session frames.
adrian
2014-09-08
1
-26
/
+53
*
Bring over some more status codes from the Linux iwlwifi driver.
adrian
2014-09-08
1
-12
/
+91
*
Inform the rate control code if a single frame AMPDU transmission succeeds
adrian
2014-08-28
1
-8
/
+31
*
Fix antenna configuration, microcode version checks and rate selection
adrian
2014-08-28
3
-84
/
+152
*
Do the iwn(4) panic reinitialisation under IWN_LOCK().
adrian
2014-08-03
1
-3
/
+9
*
Shadow RAM support is apparently not at all working on the Intel 5300 Wifi.
adrian
2014-06-14
1
-1
/
+1
*
- Don't check the dma map address for a static DMA mapping against NULL
jhb
2014-06-13
1
-10
/
+6
*
Remove debugging printf that crept in in r266770.
gavin
2014-05-27
1
-1
/
+1
*
Add support for the Intel Centrino Wireless-N 105 chipset.
gavin
2014-05-27
2
-1
/
+41
*
Make iwn(4) able to get itself back into working condition after
trasz
2014-05-22
2
-2
/
+52
*
Erm, revert r266544; wrong tree.
trasz
2014-05-22
1
-54
/
+2
*
Make iwn(4) able to get itself back into working condition after
trasz
2014-05-22
1
-2
/
+54
*
Fix the required calibration flags for the Centrino 1000 NIC.
adrian
2014-05-10
1
-4
/
+6
*
Add a missing comma between error message definitions.
brueffer
2014-04-13
1
-1
/
+1
*
Handle the newer-style bluetooth message format from the (at least)
adrian
2014-03-04
1
-14
/
+84
*
Add the bluetooth information structs to the firmware RX statistics message.
adrian
2014-03-01
1
-6
/
+52
*
Track and expose the latest statistics from the firmware.
adrian
2014-02-24
3
-0
/
+68
*
Reserve a bit for statistics debugging. I'll hopefully use it soon.
adrian
2014-02-24
1
-0
/
+1
*
Fix a typo.
adrian
2014-02-23
1
-1
/
+1
*
Fix indentation.
adrian
2014-02-23
1
-2
/
+2
[next]