index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_iwm.c
Age
Commit message (
Expand
)
Author
2016-01-25
Keep track of HT protection settings in beacons and have 11n-capable
Stefan Sperling
2016-01-07
Fix A-MPDU parameters in link quality firmware commands in iwn(4) and iwm(4).
Stefan Sperling
2016-01-06
Initialize the A-MPDU parameters field in HT capability elements.
Stefan Sperling
2016-01-06
iwm(4) adjusts the firmware's tx rate retry table dynamically so we must
Stefan Sperling
2016-01-05
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
Stefan Sperling
2015-12-14
Add initial 802.11n support to the iwm(4) driver.
Stefan Sperling
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-12-08
When iwm(4) moves to AUTH state it asks the firmware for a "time event" to
Stefan Sperling
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
You need <netinet/ip.h> if you use "struct ip" for hw checksum.
Martin Pieuchot
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-04
replace the ifqueues in net80211 with mbuf_queues.
David Gwynne
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-22
remove some horrible iwm typedefs
Jonathan Gray
2015-10-16
Put some iwm(4) debug code into #ifdef IWM_DEBUG.
Stefan Sperling
2015-10-16
Clean up iwm(4) scanning logic a bit: Reset sc_scanband in callers of
Stefan Sperling
2015-10-16
Oops, committed old version of previous diff with a typo in it: NLL -> NULL
Stefan Sperling
2015-10-16
In iwm(4), correctly size and map the mbuf used for large firmware commands.
Stefan Sperling
2015-10-12
Always initialise the index into iwm's tx queue array, fixing a
Stefan Sperling
2015-10-11
Add a symbolic name for the special '-1' value of iwm's sc_wantresp.
Stefan Sperling
2015-10-10
In iwm(4), set mbuf pointers to NULL after freeing mbufs.
Stefan Sperling
2015-10-06
Make iwm(4) set the MAC address the same way other wireless drivers do.
Stefan Sperling
2015-10-05
Simplify iwm(4) newstate task by only queuing one state transition
Stefan Sperling
2015-09-27
Fix bsd.rd upgrades over iwm(4), and fix `ifconfig iwm0 lladdr random`.
Stefan Sperling
2015-09-27
Align the way iwm(4) adds the MAC context with how it's done in Linux iwlwifi.
Stefan Sperling
2015-09-26
Make iwm(4) DPRINTFs show states by name instead of number.
Stefan Sperling
2015-09-23
In iwm(4), properly reset the RX ring by clearing RX buffer status memory.
Stefan Sperling
2015-09-23
In iwm(4), while not associated, pass the broadcast ethernet address to
Stefan Sperling
2015-07-19
Make iwm(4) show command codes of unhandled firmware replies. Should make
Stefan Sperling
2015-06-15
Remove comments referring to Linux iwlwifi source filenames from iwm(4).
Stefan Sperling
2015-06-15
Make the wifi LED work with iwm(4).
Stefan Sperling
2015-06-12
Actually trigger iwm_init_task() from iwm_watchdog() as intended to give
Stefan Sperling
2015-05-30
cleanup attach message
Theo de Raadt
2015-05-22
Limit the number of dma segments used for transmitting packets to
Mark Kettenis
2015-05-21
Use m_defrag(9) instead of rolling our own version of it.
Mark Kettenis
2015-03-23
Not all iwm hardware supports the 5GHz band. Make setting 11a rates
Jonathan Gray
2015-03-16
convert timeout_add() calls using hz to timeout_add_msec()
Jonathan Gray
2015-03-11
Match on 3160. Untested but should work.
Jonathan Gray
2015-03-06
Fix radiotap and fixed rates. Radiotap was reporting the wrong rate for
Mark Kettenis
2015-03-04
stop the calibration timeout when stopping the interface
Jonathan Gray
2015-03-03
Set/clear the IWM_MAC_FILTER_IN_BEACON flag under conditions that match what
Mark Kettenis
2015-03-03
Fix 11a support.
Mark Kettenis
2015-03-02
match on 7265
Jonathan Gray
2015-03-02
Make setting the MAC context bit for 11g protection when transmitting
Jonathan Gray
2015-03-02
Don't set CTS to self. Linux stopped setting this back in
Jonathan Gray
2015-03-02
sc_fixed_ridx is initialised to 0 but tested as it it were initialised
Jonathan Gray
2015-03-02
Correctly set lowest_present_ofdm in iwm_mvm_ack_rates().
Jonathan Gray
2015-03-02
init error to 0 in iwm_send_cmd()
Jonathan Gray
[next]