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
/
wi
/
if_wi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+1
*
Correct previous commit.
scottl
2005-08-29
1
-3
/
+0
*
Eliminate bogus seatbelt in wi_cmd. This may have been appropriate
imp
2005-08-29
1
-5
/
+0
*
fix media_status so devd recognizes the device as an 802.11 interface
sam
2005-08-13
1
-1
/
+6
*
Clarify/fix handling of the current channel:
sam
2005-08-10
1
-0
/
+1
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-10
/
+10
*
Cleanup beacon/listen interval handling:
sam
2005-08-08
1
-1
/
+1
*
When the MAC address is reported all zeros, then error is necessarily
imp
2005-08-05
1
-1
/
+3
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use
sam
2005-07-22
1
-2
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-16
/
+24
*
Honouring current authmode setting. With this patch, my wi card can now
avatar
2005-06-02
1
-1
/
+3
*
Invert conditional and use continue to reduce nesting.
mdodd
2005-04-13
1
-5
/
+5
*
correct logic so we recognize timeout on alloc
sam
2005-03-26
1
-4
/
+4
*
reclaim mbuf chain when ieee80211_crypto_encap fails
sam
2005-03-08
1
-0
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Eliminate some of the egregious bypass of the 802.11 state
sam
2005-01-01
1
-18
/
+20
*
Diff reduce wi_write_wep() relative to revision 1.168
mdodd
2004-12-17
1
-41
/
+38
*
Fix wep operation for station mode:
sam
2004-12-17
1
-4
/
+28
*
set ic_ibss_chan when entering RUN state to match ic_bss so the channel
sam
2004-12-17
1
-0
/
+1
*
remove power save logic from the tx path; the driver isn't ready to support
sam
2004-12-17
1
-6
/
+0
*
o Update for net80211 changes
sam
2004-12-08
1
-195
/
+227
*
Second part of ALTQ driver modifications, covering:
mlaier
2004-08-01
1
-10
/
+6
*
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
mlaier
2004-06-13
1
-0
/
+2
*
radiotap updates:
sam
2004-04-01
1
-6
/
+11
*
correct xmit-side radiotap collection by tap'ing the frame before
sam
2004-04-01
1
-4
/
+4
*
Don't announce MAC addresses twice.
mdodd
2004-03-20
1
-1
/
+0
*
Eliminate bogus usage of WI_RSSI_TO_DBM(). Not only does it bogusly
green
2004-03-17
1
-4
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
update radiotap support to reflect recent changes:
sam
2003-12-28
1
-5
/
+7
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-34
/
+12
*
Older versions of the intersil firmware is a lot slower than newer
imp
2003-12-09
1
-1
/
+7
*
Fix Lucent cards.
imp
2003-12-02
1
-10
/
+25
*
Truly fix the lockup mentioned in 1.153. The PRISM hardware is not
green
2003-11-04
1
-0
/
+9
*
Despite making the card not lock up, thae workaround from 1.153 didn't
green
2003-11-04
1
-3
/
+0
*
Fix wi(4)'s WI_RID_SCAN_RES ioctl (wicontrol -L). The wrong length
green
2003-11-04
1
-9
/
+13
*
On my ZoomAir-branded Intersil PRISM2 cards, if you try to set the
green
2003-11-04
1
-0
/
+3
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
mark interrupt handlers MPSAFE
sam
2003-10-29
1
-1
/
+1
*
o add experimental radiotap capture format
sam
2003-09-05
1
-10
/
+58
*
MFp4 changes to fix locking issues and correct reference
sam
2003-08-19
1
-22
/
+51
*
o Add monitor mode support. This tested fine with prism cards but may require
sam
2003-07-21
1
-2
/
+29
*
track changes to 802.11 code:
sam
2003-07-20
1
-22
/
+21
*
Revert the previous commit, it snuck in by accident.
scottl
2003-07-03
1
-10
/
+0
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+10
*
catch failure to fetch the card's "own channel"; this should not happen
sam
2003-06-29
1
-0
/
+4
*
update for new 802.11 support
sam
2003-06-28
1
-143
/
+88
*
Return support needed by dstumbler:
sam
2003-06-27
1
-9
/
+171
*
As a workaround for the latest problems, don't init hermes cards more
imp
2003-06-13
1
-1
/
+1
*
Minor tweaks that are effectively all style tweaks.
imp
2003-06-11
1
-7
/
+2
[next]