| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some net80211 enum nits: | bschmidt | 2011-12-17 | 1 | -5/+5 |
* | The DC calibration result obtained during initialization can't be | bschmidt | 2011-11-21 | 2 | -1/+29 |
* | Let net80211 also know about stopped BA sessions. This fixes some issues | bschmidt | 2011-10-24 | 1 | -0/+1 |
* | Fix bmiss notifications, events should be sent when NOT scanning. | bschmidt | 2011-10-13 | 1 | -1/+1 |
* | Recognize the Intel(R) Centrino(R) Wireless-N 130. | marius | 2011-10-09 | 1 | -0/+1 |
* | Manually set the channel when using monitor mode - the firmware | adrian | 2011-09-20 | 1 | -0/+12 |
* | Make sure to drop the IEEE80211_RATE_BASIC flag even for MCS rates. | bschmidt | 2011-06-10 | 1 | -7/+9 |
* | Enable HT40 (40MHz channel width) support. | bschmidt | 2011-06-04 | 1 | -1/+1 |
* | Only consider QoS frames for TX packet aggregation. | bschmidt | 2011-06-04 | 1 | -1/+2 |
* | The firmware of 4965 series adapters seems to die while trying to send | bschmidt | 2011-06-04 | 1 | -6/+10 |
* | Add module version to iwi/ipw/wpi and iwn. | bschmidt | 2011-05-31 | 1 | -0/+2 |
* | Only update the scheduler's byte count table for aggregation queues. | bschmidt | 2011-05-15 | 1 | -6/+4 |
* | Enable 11n (sans HT40) support. | bschmidt | 2011-05-08 | 1 | -35/+20 |
* | Notify firmware about various HT parameters once associated. | bschmidt | 2011-05-08 | 2 | -25/+37 |
* | Add support for TX packet aggregation. | bschmidt | 2011-05-08 | 3 | -64/+282 |
* | Add support for RX packet aggregation. | bschmidt | 2011-05-08 | 2 | -17/+45 |
* | Add support for transmitting frames at MCS rates. | bschmidt | 2011-05-08 | 2 | -14/+54 |
* | Prepare for transmitting frames at MCS rates: | bschmidt | 2011-05-08 | 3 | -88/+66 |
* | Read chainmask information before announcing it. | bschmidt | 2011-05-08 | 1 | -22/+22 |
* | Add HT capabilities to probe requests. | bschmidt | 2011-05-08 | 1 | -4/+3 |
* | Disable background scan support for 4965 adapters. | bschmidt | 2011-05-08 | 1 | -1/+3 |
* | RX aggregation is slightly different then the legacy path, we will only | bschmidt | 2011-05-08 | 1 | -1/+0 |
* | Allocate all TX rings, those will be use for TX packet aggregation. | bschmidt | 2011-05-08 | 1 | -7/+0 |
* | Use the enhanced TX power information availabe on newer EEPROMs. | bschmidt | 2011-05-08 | 3 | -9/+45 |
* | Hook HT channel setup. | bschmidt | 2011-05-08 | 1 | -35/+43 |
* | The 6000 series adapters have a slightly different offset for band 6, | bschmidt | 2011-05-08 | 2 | -1/+15 |
* | Re-add 2 device IDs which got lost. | bschmidt | 2011-05-08 | 1 | -0/+2 |
* | Now that all bits are in for 1030/6230 adapters enable those. | bschmidt | 2011-04-20 | 1 | -32/+25 |
* | The 6000 series gen2 adapters have 2 firmware images, one with | bschmidt | 2011-04-20 | 1 | -2/+4 |
* | Add basic support for advanced bluetooth coexistence required | bschmidt | 2011-04-20 | 3 | -2/+105 |
* | Enable DC calibration for all 6000 series devices, except those | bschmidt | 2011-04-19 | 1 | -1/+6 |
* | Pull some features out of the firmware: | bschmidt | 2011-04-19 | 3 | -3/+20 |
* | Add some new features: | bschmidt | 2011-04-16 | 3 | -3/+69 |
* | Bring over the HAL/OPS changes, instead of two const structs it is now | bschmidt | 2011-04-16 | 2 | -166/+160 |
* | Read RX/TX chainmasks directly of the EEPROM. Some chips are known to | bschmidt | 2011-04-16 | 1 | -14/+8 |
* | Just a whitespace sync, some more style(9) conform then others. | bschmidt | 2011-04-16 | 3 | -225/+158 |
* | Sync comments with OpenBSD. | bschmidt | 2011-04-16 | 2 | -37/+38 |
* | Sync debug and error messages with OpenBSD. | bschmidt | 2011-04-16 | 1 | -84/+65 |
* | Shuffle code around a bit. Mostly to group functional connected things, | bschmidt | 2011-04-16 | 2 | -306/+301 |
* | Rename some stuff in favour of the OpenBSD names: | bschmidt | 2011-04-16 | 1 | -26/+26 |
* | Fix WME/QoS handling: | bschmidt | 2011-04-16 | 1 | -27/+43 |
* | Remove if_ierrors which do not necessarily indicate a RX error, also | bschmidt | 2011-04-16 | 1 | -3/+2 |
* | Instead of hardcoding TX rates and using that to fill the retry table | bschmidt | 2011-04-16 | 2 | -85/+70 |
* | Replace RX/TX ring allocation error messages with something more sane | bschmidt | 2011-04-16 | 1 | -22/+14 |
* | Prevent double-free, also use the same error codes as OpenBSD. | bschmidt | 2011-04-16 | 1 | -3/+2 |
* | Add missing bus_dmamap_sync calls as well as remove two duplicate ones. | bschmidt | 2011-04-16 | 1 | -4/+8 |
* | Unify TX/RX ring allocation, finish the descriptior DMA stuff before | bschmidt | 2011-04-16 | 1 | -9/+10 |
* | Make sure to destroy all DMA tags and maps. | bschmidt | 2011-04-16 | 1 | -7/+19 |
* | Rewrite DMA segment handling to be more inline with the OpenBSD code. | bschmidt | 2011-04-16 | 1 | -46/+62 |
* | scratch_paddr has the same address pre-assigned, use that instead. | bschmidt | 2011-04-16 | 1 | -4/+2 |