| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r207554: | Maxim Sobolev | 2010-11-15 | 1 | -2/+2 |
| * | MFC r209541, r209548: | Rui Paulo | 2010-06-28 | 1 | -1/+1 |
| * | MFC 198988: | John Baldwin | 2010-06-23 | 1 | -1/+0 |
| * | MFC r208642: | Rui Paulo | 2010-06-10 | 1 | -6/+6 |
| * | MFC r204644: | Rui Paulo | 2010-06-10 | 37 | -37/+37 |
| * | MFC r208643: | Rui Paulo | 2010-06-10 | 1 | -1/+2 |
| * | MFC r208644: | Rui Paulo | 2010-06-10 | 1 | -2/+3 |
| * | MFC r208712: | Rui Paulo | 2010-06-10 | 1 | -89/+42 |
| * | MFC r208711: | Rui Paulo | 2010-06-10 | 8 | -25/+53 |
| * | MFC r208703: | Rui Paulo | 2010-06-10 | 1 | -1/+1 |
| * | MFC r206420: | Rui Paulo | 2010-04-16 | 1 | -2/+2 |
| * | MFC r197948 r203156 r203158 r203159 r203680 r203682 r203750 r203882 r203930 | Rui Paulo | 2010-03-02 | 35 | -81/+3660 |
| * | MFC r203695, r203751 | Rui Paulo | 2010-02-26 | 1 | -2/+1 |
| * | MFC r203683: | Rui Paulo | 2010-02-26 | 2 | -11/+30 |
| * | MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, | Matt Jacob | 2010-02-11 | 3 | -3/+3 |
| * | Merge r202161 from head: | Gavin Atkinson | 2010-02-05 | 2 | -2/+2 |
| * | MFC r199491: | Rui Paulo | 2009-11-25 | 1 | -0/+27 |
| * | MFC r196717: | Sam Leffler | 2009-09-07 | 1 | -1/+10 |
| * | Fix handling of AR_RX_FILTER_BSSID: write the shadow value for AR_MISC_MODE | Sam Leffler | 2009-07-21 | 1 | -5/+5 |
| * | track whether any mesh vaps are present to correctly setup the rx filter | Sam Leffler | 2009-07-21 | 2 | -1/+6 |
| * | Fix something bogus deletion that got it during mesh commit. | Rui Paulo | 2009-07-11 | 1 | -0/+1 |
| * | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | Rui Paulo | 2009-07-11 | 2 | -11/+29 |
| * | Fix ar5416 and later parts on big-endian platforms: setup the h/w byte | Sam Leffler | 2009-07-07 | 1 | -15/+14 |
| * | Fix AR5416 and later parts when building with AH_DEBUG or similar defined: | Sam Leffler | 2009-07-06 | 2 | -16/+21 |
| * | Revert a local change that should not have been in the last commit. | Poul-Henning Kamp | 2009-06-28 | 1 | -1/+1 |
| * | There are a number of ways an application can check if there are | Poul-Henning Kamp | 2009-06-28 | 1 | -1/+1 |
| * | Add HAL_RX_FILTER_BSSID support (to disable bssid match): | Sam Leffler | 2009-06-27 | 7 | -7/+31 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | purge HAL_TXSTAT_ALTRATE; you can figure this out by checking ts_finaltsi | Sam Leffler | 2009-06-13 | 5 | -17/+10 |
| * | treat IEEE80211_S_CSA as a "running state"; this fixes | Sam Leffler | 2009-06-03 | 1 | -4/+4 |
| * | improve raw xmit failure handling | Sam Leffler | 2009-06-02 | 1 | -17/+21 |
| * | count frag tx failures as an ifnet error | Sam Leffler | 2009-06-02 | 1 | -0/+1 |
| * | fix comment | Sam Leffler | 2009-06-02 | 1 | -1/+1 |
| * | restart tdma beacons after vap destroy | Sam Leffler | 2009-06-02 | 1 | -4/+10 |
| * | Overhaul monitor mode handling: | Sam Leffler | 2009-05-20 | 2 | -93/+54 |
| * | correct HAL_INT_BNR comment, this bit is mapped directly the h/w now | Sam Leffler | 2009-05-19 | 1 | -1/+1 |
| * | add TBTT interrupt support; this was added in Griffin so consumers should | Sam Leffler | 2009-05-19 | 4 | -5/+15 |
| * | minor cleanup | Sam Leffler | 2009-05-19 | 2 | -18/+14 |
| * | remove special handling for BNR; it is direct mapped to the harwdare so | Sam Leffler | 2009-05-19 | 6 | -16/+5 |
| * | add HAL_CAP_INTRMASK to return the set of interrupts supported by the device | Sam Leffler | 2009-05-19 | 7 | -1/+36 |
| * | The module name convention is foo, not if_foo. | Warner Losh | 2009-05-15 | 1 | -3/+3 |
| * | kill more portability functions that are no longer useful | Sam Leffler | 2009-05-08 | 3 | -29/+5 |
| * | kill unused OS_GETUPTIME | Sam Leffler | 2009-05-08 | 2 | -11/+0 |
| * | optimize ath_tx_findrix: there's no need to walk the rates table as | Sam Leffler | 2009-05-07 | 1 | -20/+18 |
| * | o cleanup checks for which vap combinations are permitted and what to | Sam Leffler | 2009-05-06 | 1 | -20/+32 |
| * | add support for the Beacon Not Ready (BNR) interrupt | Sam Leffler | 2009-05-06 | 3 | -2/+14 |
| * | make superg/fast-frames state dynamically-allocated (and indirect off | Sam Leffler | 2009-05-02 | 1 | -7/+2 |
| * | o eliminate a << in calculating the tx time for turbo mode by pre-multiplying | Sam Leffler | 2009-04-13 | 4 | -35/+34 |
| * | don't use caddr_t to match ieee80211_dump_pkt type; supplying the correct | Sam Leffler | 2009-04-13 | 1 | -7/+8 |
| * | o fix dynamic slave-side tdma slot length updating: we need to re-setup the | Sam Leffler | 2009-04-13 | 1 | -1/+2 |