Rssi correction value is in lower byte not upper byte.
[dragonfly.git] / sys / dev / netif /
2007-04-03 Sepherosa ZiehauRssi correction value is in lower byte not upper byte.
2007-04-02 Sepherosa ZiehauNuke old TX rate control algorithm coming with ral(4).
2007-04-02 Sepherosa ZiehauAdd Sample and Onoe TX rate control algorithm support...
2007-04-01 Sepherosa Ziehau- Define 802.11 modulation types as 'enum ieee80211_mod...
2007-03-31 Sepherosa Ziehau- Call bge_setmulti(), if bge(4) is up and running...
2007-03-31 Sepherosa ZiehauIt is TIGON1 that uses NIC local memory.
2007-03-31 Sepherosa ZiehauAdd support for BCM5752.
2007-03-31 Sepherosa Ziehau- Add suspend and resume device methods support.
2007-03-31 Sepherosa Ziehau- Correctly configure BGE_RX_MTU register. Since we...
2007-03-30 Sepherosa ZiehauYet another RTL8110SC
2007-03-30 Sepherosa ZiehauAdd support for 82562GX
2007-03-30 Sepherosa ZiehauAllow "join bss command" argument's essid field to...
2007-03-30 Sepherosa ZiehauFirmware TX buffer length is 2bytes not 4.
2007-03-30 Sepherosa Ziehau- Add a definition for the length of 802.11 MAC frame...
2007-03-29 Peter AvalosMerge from vendor branch OPENSSH:
2007-03-28 Peter AvalosMerge from vendor branch OPENSSL:
2007-03-27 Sepherosa Ziehau- Implement ieee80211_ack_rate() according to IEEE...
2007-03-26 Sepherosa ZiehauTurn on hardware vlan tagging and vlan mtu for NICs...
2007-03-25 Peter AvalosMerge from vendor branch LIBARCHIVE:
2007-03-25 Peter AvalosMerge from vendor branch FILE:
2007-03-24 Sepherosa ZiehauVge(4) is miibus(4) aware, so nuke the already commente...
2007-03-24 Sepherosa ZiehauAdapt lnc(4), which is miibus(4) unaware, to support...
2007-03-24 Sepherosa ZiehauReport link states changes (link up/down and braudrate...
2007-03-19 Sepherosa ZiehauRename "short/long" retry counter to "data/rts" retry...
2007-03-19 Sepherosa ZiehauRevert rtw.c rev1.7, though it works well with my ral...
2007-03-18 Sepherosa ZiehauGet rid of long rety counter; it is never adopted....
2007-03-18 Sepherosa ZiehauRTL8180L is capable of short preamble.
2007-03-11 Sascha Wildnermy(4) doesn't use miibus
2007-03-07 Sepherosa ZiehauDon't try holding serializer in ti_rxeof(). This funct...
2007-02-28 Sepherosa ZiehauAdd sc_newstate_arg to ural_softc, so ieee80211_new_sta...
2007-02-22 Sepherosa Ziehau- Add noise floor to stats
2007-02-20 Sepherosa ZiehauDon't assume mgtq will always be empty, drain mgtq...
2007-02-17 Sepherosa Ziehau- Nuke no longer needed macros.
2007-02-17 Simon SchubertMerge from vendor branch GCC:
2007-02-16 Sepherosa Ziehau- Clean up device header file inclusion.
2007-02-16 Sepherosa Ziehau- Factor out acx_set_chan(), nuke ACX_ENABLE_{TX,RX...
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-15 Victor Balada DiazMerge from vendor branch BIND:
2007-02-15 Sepherosa Ziehau- Add 'chan' parameter for acx_join_bss(), since for...
2007-02-14 Sepherosa ZiehauPCIe re(4) can't handle TCP csum offloading well if...
2007-02-10 Sepherosa ZiehauAdd more ids
2007-02-08 Sepherosa ZiehauConvert RX buffer signal level to relative RX signal...
2007-02-07 Sepherosa ZiehauConvert RX desc's rssi field to relative RX signal...
2007-02-07 Sepherosa ZiehauFor rum(4) and rt2661 part of ral(4):
2007-02-06 Sepherosa ZiehauAbsolute RX siganl strength correction value from EEPRO...
2007-02-06 Sepherosa ZiehauCorrectly calculate absolute RX signal strength and...
2007-02-06 Sepherosa ZiehauUse relative RX signal strength (relative to noise...
2007-02-06 Sepherosa ZiehauFor rt2661 part:
2007-02-06 Sepherosa ZiehauUse relative RX signal strength (relative to noise...
2007-02-05 Sepherosa ZiehauConvert RSSI to receive signal strength (dbm). The...
2007-02-05 Sepherosa ZiehauNuke unused header files
2007-02-04 Sascha WildnerAdd firewire dependency.
2007-01-27 Sepherosa ZiehauAdd missing '\n'
2007-01-23 Sepherosa ZiehauCheck EEPROM twice in em_hardware_init(), because for...
2007-01-21 Sepherosa ZiehauAdd a workaround for some Lenovo/IBM laptops' onboard...
2007-01-20 Peter AvalosMerge from vendor branch BZIP:
2007-01-17 YONETANI TomokazuMerge from vendor branch INTEL_ACPICA:
2007-01-15 Simon SchubertMerge from vendor branch GCC:
2007-01-15 Sepherosa ZiehauBy default do not enable hardware csum on PCIe re(4...
2007-01-13 Simon SchubertMerge from vendor branch GCC:
2007-01-08 Sascha Wildner[committed on behalf of sephe]
2007-01-03 Sascha WildnerUnbreak ndis(4) building.
2007-01-03 Sascha WildnerRemove redundant #ifdefs.
2007-01-02 Sascha Wildner[committed on behalf of sephe]
2007-01-01 Sepherosa Ziehau- Obey the beacon interval of the IBSS if we are going...
2006-12-29 Simon SchubertAdd initialization to silence compiler warning.
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-26 Sepherosa ZiehauUse software beacon missing handling
2006-12-25 Sepherosa Ziehauacx(4) firmware can't handle beacon missing, use softwa...
2006-12-25 Peter AvalosMerge from vendor branch LIBPCAP:
2006-12-25 Peter AvalosMerge from vendor branch TCPDUMP:
2006-12-24 Sepherosa ZiehauAdd more ids for RT2500USB.
2006-12-24 Sepherosa ZiehauAdd NVIDIA MCP67 LAN support.
2006-12-24 Sepherosa ZiehauAdd more chip id for fxp(4)
2006-12-23 Sepherosa ZiehauSync with Intel's em-6.2.9
2006-12-23 Sepherosa Ziehau- Replace magic number with macro.
2006-12-23 Sepherosa ZiehauSince all necessary bits are in 802_11 layer now:
2006-12-23 Sepherosa Ziehau- Don't call m_adj() to make RX buffer's _payload_...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-21 Sepherosa Ziehau- Use jumbo buffers only when MTU > 1518 bytes.
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-12-13 Thomas E. SpanjaardModify the device description for the standard nForce...
2006-12-12 Peter AvalosMerge from vendor branch FILE:
2006-12-10 Sepherosa Ziehaurtw(4) requires wlan_wep(4)
2006-12-10 Sepherosa Ziehau- Hook rum(4) and ural(4) into GENERIC and LINT
2006-12-10 Sepherosa ZiehauAdd missing header if USB_DEBUG is defined
2006-12-10 Sepherosa ZiehauAdd support for RT2501USB/RT2601USB devices.
2006-12-10 Sepherosa ZiehauAdd support for RT2500USB devices.
2006-12-09 Sepherosa Ziehau- Use ieee80211_probe_resp_alloc() to setup probe respo...
2006-12-09 Sascha WildnerFix compilation warnings when compiling without DEVICE_...
2006-12-06 Sepherosa Ziehaunfe_init() should be called with softc not ifnet
2006-12-01 Sepherosa ZiehauIn rtw_pci_shutdown(), hold serializer before calling...
2006-12-01 Sepherosa Ziehau- Enable PBCC based rate 22Mbit/s
2006-11-30 Sepherosa ZiehauProperly set ifmedia_entry.ifm_data when nge(4) tries...
2006-11-27 Sepherosa ZiehauWrong #undef
2006-11-27 Sepherosa ZiehauThe Problem [1]:
2006-11-26 Sepherosa ZiehauUse LIST_FOREACH()
2006-11-20 Peter AvalosMerge from vendor branch OPENSSH:
2006-11-20 Sepherosa ZiehauRework rt2661 TX interrupts processing
2006-11-20 Peter AvalosMerge from vendor branch OPENSSL:
next