| Commit message (Expand) | Author | Age | Files | Lines |
* | fix ht/40 configuration for ar9331 (hornet). | adrian | 2015-11-30 | 2 | -6/+6 |
* | [ath_hal] use the correct revision information for QCA953x. | adrian | 2015-11-28 | 2 | -4/+2 |
* | * Add device string for QCA955x (scorpion); | adrian | 2015-11-28 | 2 | -0/+7 |
* | wrap in ATH_DEBUG. | adrian | 2015-11-28 | 1 | -2/+2 |
* | [ath] conditionally print out the rate series information if ATH_DEBUG_XMIT i... | adrian | 2015-11-27 | 1 | -3/+4 |
* | [ath] listen to all beacons in IBSS and software beacon miss. | adrian | 2015-11-25 | 1 | -3/+7 |
* | [ath] migrate ioctl and busdma memory operations out into separate source files. | adrian | 2015-11-24 | 9 | -507/+836 |
* | Fix kernel build, broken in r290612 | garga | 2015-11-09 | 2 | -2/+2 |
* | ath(4): begin fleshing out a "reset type" extension to force cold/warn resets. | adrian | 2015-11-09 | 13 | -21/+41 |
* | ath(4) - reflect whether this is a full or fast channel change. | adrian | 2015-11-07 | 1 | -2/+2 |
* | ath(4) - don't try to free buffers / return an error if we've committed | adrian | 2015-11-03 | 1 | -1/+11 |
* | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | adrian | 2015-10-12 | 1 | -1/+0 |
* | net80211: separate mbuf cleanup from ieee80211_fragment() | adrian | 2015-10-12 | 3 | -27/+10 |
* | Flip on fast frames support for AR5416 and AR9300 series NICs. | adrian | 2015-10-10 | 1 | -7/+1 |
* | Remove the unnecessary cast. | kevlo | 2015-10-05 | 1 | -2/+1 |
* | net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc... | adrian | 2015-10-03 | 1 | -3/+3 |
* | net80211: drop redundant 3rd parameter from iv_key_set(). | adrian | 2015-10-03 | 2 | -4/+2 |
* | Remove the references to the TX IC lock - i ended up solving this | adrian | 2015-09-29 | 3 | -26/+0 |
* | net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vap | adrian | 2015-09-22 | 3 | -8/+7 |
* | net80211 & wireless drivers: remove duplicate defines (noop) | adrian | 2015-09-22 | 2 | -27/+11 |
* | Replay r286410. Change KPI of how device drivers that provide wireless | glebius | 2015-08-27 | 13 | -410/+217 |
* | Remove most of the references of ifp->if_softc and replace with | adrian | 2015-08-17 | 5 | -44/+37 |
* | Revert the wifi ifnet changes until things are more baked and tested. | adrian | 2015-08-08 | 14 | -234/+415 |
* | Change KPI of how device drivers that provide wireless connectivity interact | glebius | 2015-08-07 | 14 | -415/+234 |
* | Add a hack-around to this fatal taskqueue running whilst the NIC | adrian | 2015-08-05 | 1 | -0/+3 |
* | Call the WMAC DDR flush before handling an interrupt for the | adrian | 2015-07-04 | 1 | -1/+9 |
* | Wake up the hardware before doing anything in sysctl. | adrian | 2015-07-04 | 1 | -48/+231 |
* | Use device_printf() instead of if_printf(). No functional changes. | glebius | 2015-05-29 | 5 | -80/+94 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | glebius | 2015-05-25 | 1 | -10/+9 |
* | Set ic_softc in all 802.11 drivers. Not required right now, but will be | glebius | 2015-05-25 | 1 | -0/+1 |
* | Begin plumbing ieee80211_rx_stats through the receive path. | adrian | 2015-05-25 | 3 | -4/+6 |
* | Make net80211 drivers supply their device name to the net80211 layer, so | glebius | 2015-05-25 | 1 | -0/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | Return the correct HAL data type for HAL_DIAG_ANI_STATS. | adrian | 2015-04-06 | 2 | -20/+10 |
* | Use the HAL API for returning ar5212AniState, rather than just dumping | adrian | 2015-04-01 | 2 | -3/+24 |
* | Start the process of migrating the ANI statistics out of the HALs and into | adrian | 2015-04-01 | 4 | -4/+48 |
* | Move the HAL channel survey support out to be in the top-level HAL, | adrian | 2015-03-29 | 8 | -30/+58 |
* | Add a new field to HAL_ANISTATS - the extension channel busy count. | adrian | 2015-03-29 | 1 | -0/+1 |
* | Fix more ticks wrapping bugs exposed by the ticks wrapping bug check. | adrian | 2015-03-29 | 1 | -3/+3 |
* | Fix a long-standing bug with the early MAC address initialisation path, | adrian | 2015-03-29 | 1 | -1/+5 |
* | Update if_ath(4) to check for "hint.ath.X.macaddr" for an override MAC address. | adrian | 2015-03-28 | 1 | -2/+58 |
* | Lay some groundwork for having this stuff hang off of AHB rather than | adrian | 2015-03-02 | 1 | -3/+16 |
* | Move the lock destruction/creation to earlier in the process - if | adrian | 2015-02-14 | 1 | -15/+20 |
* | Cast everything to something longer than 32 bits so the sample mask | adrian | 2015-01-28 | 1 | -1/+1 |
* | Print out the final_rix if there's a problem. | adrian | 2015-01-28 | 1 | -2/+2 |
* | Add a new HAL capability - required to compile the updated AR9300 | adrian | 2015-01-28 | 1 | -1/+2 |
* | Oops; correctly reload the CCA registers with the uncapped value | adrian | 2015-01-17 | 1 | -1/+2 |
* | Until there's a full MCI implementation - just implement a placeholder | adrian | 2015-01-17 | 1 | -0/+68 |
* | Add bluetooth MCI coexistence HAL methods - used for AR9462 and AR9565 NICs. | adrian | 2015-01-16 | 1 | -0/+12 |
* | Check the right value correctly. | adrian | 2015-01-16 | 1 | -1/+1 |