summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Add in some AR9280 specific board configuration options.adrian2011-02-073-39/+119
* Bring over some AR9280-specific v14 additions that exist in ath9k.adrian2011-02-072-3/+6
* Use analog delay macro for modifying an analog register.adrian2011-02-071-1/+1
* Add a new RMW macro for analog register writes which implements the neededadrian2011-02-071-0/+4
* Fix typo in SIFS setupadrian2011-02-071-1/+1
* Add in a per phy error sysctl.adrian2011-02-071-0/+20
* Just tag all RX packets as needing reorder processing for now.adrian2011-02-061-5/+12
* Only tag packets with the A-MPDU bit if they were part of an A-MPDU RX.adrian2011-02-062-11/+9
* Add a temporary workaround so the 11n rate scenario setup code sets a usefuladrian2011-02-051-1/+14
* Disable TX IP checksum offloading for RTL8168C controllers. Theyongari2011-02-041-4/+19
* We can pass a format string and args to panic(), so instead of usingemaste2011-02-041-14/+8
* Oops, fix newbie mistake that breaks the normal build.adrian2011-02-041-1/+1
* Modify the TX path to set and use the 11n rate scenario bits.adrian2011-02-031-25/+75
* Disable the code I previously added from Rui's 802.11n branch.adrian2011-02-031-0/+6
* Fix for detection of MTK 3329 GPS USB devices.hselasky2011-02-032-5/+58
* Include driver name in panic string, to make it easier to find these shouldemaste2011-02-031-4/+4
* Revert part of r173264. Both aac_ioctl_sendfib and aac_ioctl_send_raw_srbemaste2011-02-031-5/+1
* Call the correct ANI Attach routine.adrian2011-02-023-3/+3
* New ID for the Novatel MC547n_hibma2011-02-012-0/+2
* Just to be sure, make sure the MCS rates are allowed for TX.adrian2011-02-011-2/+4
* Use correct kernel types for all fields in USB PF code and headers.hselasky2011-02-012-15/+15
* Add a new method to the rate control modules which extract out theadrian2011-02-014-0/+77
* Include some preliminary TX HT rate scenario setup code.adrian2011-02-012-0/+243
* Refator the common code which calculates the 802.11g protection duration.adrian2011-02-011-51/+51
* * Add a rather hacky "does this speak the 11n TX descriptor format"adrian2011-02-011-94/+86
* Add TX/RX chainmask info to if_ath - this is needed for the 11n TX rate series.adrian2011-02-011-0/+6
* Add a new capability which reports the number of spatial streams a device sup...adrian2011-02-017-0/+29
* Support for the new Patsburg PCH chipset:jfv2011-02-017-3/+29
* Remove the now unneeded XXX.adrian2011-01-311-1/+0
* Enable AMPDU reorder processing and receiving BAR frames when doing 802.11n.adrian2011-01-311-0/+6
* alc_rev was used without initialization such that it failed toyongari2011-01-311-1/+1
* Support for the new DH89xxCC PCH chipset including:jfv2011-01-316-0/+9
* Don't incorrectly set the burst duration setting in the TX descriptor.adrian2011-01-311-2/+0
* Add support for the m25p64; lifted straight from Linux.adrian2011-01-301-0/+1
* Don't operate on the parent of the PCI node. It's the PCI node itselfmarcel2011-01-291-32/+234
* Call newbus_device_create() for PCI devices. Call pci_from_fdt_node()marcel2011-01-291-7/+8
* Introduce macro FDT_MAP_IRQ to map from an interrupt controller andmarcel2011-01-291-2/+3
* Avoid writing CCA threshold values for the EXT radios for non-HT40 channels.adrian2011-01-291-0/+6
* Bring over some NF calibration changes from ath9k.adrian2011-01-299-2/+128
* Fix some errors introduced w/ the last commit; fix setting RTS/CTS in the 11n...adrian2011-01-293-30/+28
* Link in the 11n specific TX methods into the HAL.adrian2011-01-295-10/+71
* Migrate the TX path code out of if_ath and into a separate source file.adrian2011-01-294-952/+1134
* Add a check for the AR9285E; I have no idea what this is.adrian2011-01-292-4/+20
* Break out the debug macros from if_ath.c into if_ath_debug.[ch] .adrian2011-01-293-118/+251
* Fix bug in the netfront driver that caused excessive packet drops duringgibbs2011-01-291-12/+1
* Use bus space functions rather than inw/outwandrew2011-01-293-10/+11
* Don't use the MAC address in the device tree if it's all zeroesmarcel2011-01-281-19/+10
* Fix logic error. Due to the bug, it incorrectly checked TXQ statusyongari2011-01-281-1/+1
* (Mostly) teach ath_rate_sample about MCS rates.adrian2011-01-282-94/+246
* Make space for the extended 802.11n MCS rate tables.adrian2011-01-281-1/+1
OpenPOWER on IntegriCloud