| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 2 | -2/+1 |
| * | [ath] Only process beacon frames for the IBSS/BSSID if appropriate. | Adrian Chadd | 2016-04-09 | 1 | -62/+79 |
| * | [net80211] migrate the time_* macros to ieee80211_* namespace. | Adrian Chadd | 2016-03-30 | 1 | -1/+1 |
| * | Remove taskqueue_enqueue_fast(). | John Baldwin | 2016-03-01 | 1 | -1/+1 |
| * | Fix up the ath(4) device names for QCA chipsets. | Adrian Chadd | 2016-02-29 | 2 | -31/+28 |
| * | [ath] remove the inline version of the register access macros. | Adrian Chadd | 2016-01-03 | 2 | -16/+13 |
| * | ... and that would've never worked. Sorry! | Adrian Chadd | 2016-01-02 | 1 | -8/+3 |
| * | [ath] add explicit bus barriers. | Adrian Chadd | 2016-01-02 | 2 | -2/+33 |
| * | fix ht/40 configuration for ar9331 (hornet). | Adrian Chadd | 2015-11-30 | 2 | -6/+6 |
| * | [ath_hal] use the correct revision information for QCA953x. | Adrian Chadd | 2015-11-28 | 2 | -4/+2 |
| * | * Add device string for QCA955x (scorpion); | Adrian Chadd | 2015-11-28 | 2 | -0/+7 |
| * | wrap in ATH_DEBUG. | Adrian Chadd | 2015-11-28 | 1 | -2/+2 |
| * | [ath] conditionally print out the rate series information if ATH_DEBUG_XMIT i... | Adrian Chadd | 2015-11-27 | 1 | -3/+4 |
| * | [ath] listen to all beacons in IBSS and software beacon miss. | Adrian Chadd | 2015-11-25 | 1 | -3/+7 |
| * | [ath] migrate ioctl and busdma memory operations out into separate source files. | Adrian Chadd | 2015-11-24 | 9 | -507/+836 |
| * | Fix kernel build, broken in r290612 | Renato Botelho | 2015-11-09 | 2 | -2/+2 |
| * | ath(4): begin fleshing out a "reset type" extension to force cold/warn resets. | Adrian Chadd | 2015-11-09 | 13 | -21/+41 |
| * | ath(4) - reflect whether this is a full or fast channel change. | Adrian Chadd | 2015-11-07 | 1 | -2/+2 |
| * | ath(4) - don't try to free buffers / return an error if we've committed | Adrian Chadd | 2015-11-03 | 1 | -1/+11 |
| * | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | Adrian Chadd | 2015-10-12 | 1 | -1/+0 |
| * | net80211: separate mbuf cleanup from ieee80211_fragment() | Adrian Chadd | 2015-10-12 | 3 | -27/+10 |
| * | Flip on fast frames support for AR5416 and AR9300 series NICs. | Adrian Chadd | 2015-10-10 | 1 | -7/+1 |
| * | Remove the unnecessary cast. | Kevin Lo | 2015-10-05 | 1 | -2/+1 |
| * | net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc... | Adrian Chadd | 2015-10-03 | 1 | -3/+3 |
| * | net80211: drop redundant 3rd parameter from iv_key_set(). | Adrian Chadd | 2015-10-03 | 2 | -4/+2 |
| * | Remove the references to the TX IC lock - i ended up solving this | Adrian Chadd | 2015-09-29 | 3 | -26/+0 |
| * | net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vap | Adrian Chadd | 2015-09-22 | 3 | -8/+7 |
| * | net80211 & wireless drivers: remove duplicate defines (noop) | Adrian Chadd | 2015-09-22 | 2 | -27/+11 |
| * | Replay r286410. Change KPI of how device drivers that provide wireless | Gleb Smirnoff | 2015-08-27 | 13 | -409/+216 |
| * | Remove most of the references of ifp->if_softc and replace with | Adrian Chadd | 2015-08-17 | 5 | -44/+37 |
| * | Revert the wifi ifnet changes until things are more baked and tested. | Adrian Chadd | 2015-08-08 | 14 | -233/+414 |
| * | Change KPI of how device drivers that provide wireless connectivity interact | Gleb Smirnoff | 2015-08-07 | 14 | -414/+233 |
| * | Add a hack-around to this fatal taskqueue running whilst the NIC | Adrian Chadd | 2015-08-05 | 1 | -0/+3 |
| * | Call the WMAC DDR flush before handling an interrupt for the | Adrian Chadd | 2015-07-04 | 1 | -1/+9 |
| * | Wake up the hardware before doing anything in sysctl. | Adrian Chadd | 2015-07-04 | 1 | -48/+231 |
| * | Use device_printf() instead of if_printf(). No functional changes. | Gleb Smirnoff | 2015-05-29 | 5 | -80/+94 |
| * | Change three methods in struct ieee80211com, namely ic_updateslot, | Gleb Smirnoff | 2015-05-25 | 1 | -10/+9 |
| * | Set ic_softc in all 802.11 drivers. Not required right now, but will be | Gleb Smirnoff | 2015-05-25 | 1 | -0/+1 |
| * | Begin plumbing ieee80211_rx_stats through the receive path. | Adrian Chadd | 2015-05-25 | 3 | -4/+6 |
| * | Make net80211 drivers supply their device name to the net80211 layer, so | Gleb Smirnoff | 2015-05-25 | 1 | -0/+1 |
| * | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | Jung-uk Kim | 2015-05-22 | 1 | -1/+1 |
| * | Return the correct HAL data type for HAL_DIAG_ANI_STATS. | Adrian Chadd | 2015-04-06 | 2 | -20/+10 |
| * | Use the HAL API for returning ar5212AniState, rather than just dumping | Adrian Chadd | 2015-04-01 | 2 | -3/+24 |
| * | Start the process of migrating the ANI statistics out of the HALs and into | Adrian Chadd | 2015-04-01 | 4 | -4/+48 |
| * | Move the HAL channel survey support out to be in the top-level HAL, | Adrian Chadd | 2015-03-29 | 8 | -30/+58 |
| * | Add a new field to HAL_ANISTATS - the extension channel busy count. | Adrian Chadd | 2015-03-29 | 1 | -0/+1 |
| * | Fix more ticks wrapping bugs exposed by the ticks wrapping bug check. | Adrian Chadd | 2015-03-29 | 1 | -3/+3 |
| * | Fix a long-standing bug with the early MAC address initialisation path, | Adrian Chadd | 2015-03-29 | 1 | -1/+5 |
| * | Update if_ath(4) to check for "hint.ath.X.macaddr" for an override MAC address. | Adrian Chadd | 2015-03-28 | 1 | -2/+58 |
| * | Lay some groundwork for having this stuff hang off of AHB rather than | Adrian Chadd | 2015-03-02 | 1 | -3/+16 |