| Commit message (Expand) | Author | Age | Files | Lines |
* | mwifiex: cleanup work in scan.c | Amitkumar Karwar | 2011-12-19 | 1 | -4/+4 |
* | ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO | Joe Perches | 2011-12-19 | 34 | -799/+647 |
* | Merge branch 'for-linville' of git://github.com/kvalo/ath6kl | John W. Linville | 2011-12-19 | 22 | -653/+1809 |
|\ |
|
| * | Merge remote branch 'wireless-next/master' into ath6kl-next | Kalle Valo | 2011-12-16 | 3020 | -94166/+197384 |
| |\ |
|
| * | | ath6kl: support for P2P mgmt operations on station interface | Aarthi Thiruvengadam | 2011-12-14 | 4 | -10/+297 |
| * | | ath6kl: Support different uart_tx pin and refclk configuration | Ryan Hsu | 2011-12-14 | 2 | -9/+32 |
| * | | ath6kl: implement scheduled scan | Kalle Valo | 2011-12-13 | 7 | -3/+209 |
| * | | ath6kl: fix reading of FW IE capabilities | Kalle Valo | 2011-12-13 | 1 | -1/+4 |
| * | | ath6kl: fix value of WOW_FILTER_SSID | Kalle Valo | 2011-12-13 | 1 | -1/+1 |
| * | | ath6kl: implement ath6kl_cfg80211_stop_all() | Kalle Valo | 2011-12-13 | 3 | -25/+34 |
| * | | ath6kl: call ath6kl_cfg80211_stop() from ath6kl_close() | Kalle Valo | 2011-12-13 | 1 | -10/+1 |
| * | | ath6kl: remove a workaround from ath6kl_cfg80211_stop() | Kalle Valo | 2011-12-13 | 1 | -6/+2 |
| * | | ath6kl: cleanup ath6kl_priv() | Kalle Valo | 2011-12-13 | 2 | -6/+6 |
| * | | ath6kl: Use delayed key configuration for WAPI in AP mode | Jouni Malinen | 2011-12-13 | 2 | -2/+5 |
| * | | ath6kl: Increase the maximum number of connections in AP mode | Vasanthakumar Thiagarajan | 2011-11-24 | 1 | -1/+1 |
| * | | ath6kl: remove unused sc_params from struct ath6kl | Kalle Valo | 2011-11-24 | 3 | -14/+0 |
| * | | ath6kl: fix ath6kl's set tx power | Luis R. Rodriguez | 2011-11-24 | 1 | -1/+2 |
| * | | ath6kl: use a larger buffer for debug output | Dan Carpenter | 2011-11-24 | 1 | -2/+2 |
| * | | ath6kl: Use mutex to protect dma buffer in sync read write | Raja Mani | 2011-11-21 | 1 | -0/+9 |
| * | | ath6kl: unlock if ath6kl_cfg80211_connect() fails | Dan Carpenter | 2011-11-21 | 1 | -1/+3 |
| * | | ath6kl: Enable multiple vif support | Vasanthakumar Thiagarajan | 2011-11-21 | 2 | -16/+4 |
| * | | ath6kl: Find ar->max_norm_iface in firmware IE parsing | Vasanthakumar Thiagarajan | 2011-11-21 | 2 | -6/+3 |
| * | | ath6kl: Remove modparam multi_norm_if_support | Vasanthakumar Thiagarajan | 2011-11-21 | 1 | -5/+2 |
| * | | ath6kl: indicate probe-resp offload support | Arik Nemtsov | 2011-11-21 | 1 | -1/+8 |
| * | | Merge remote branch 'wireless-next/master' into ath6kl-next | Kalle Valo | 2011-11-21 | 76 | -3014/+3175 |
| |\ \ |
|
| * | | | ath6kl: Fix AP mode operation after interface down/up | Vasanthakumar Thiagarajan | 2011-11-16 | 1 | -3/+0 |
| * | | | ath6kl: Clear WPS ctrl flag if zero length IE is received from cfg80211 | Raja Mani | 2011-11-16 | 1 | -1/+2 |
| * | | | ath6kl: add firmware IE for maximum number of vifs | Kalle Valo | 2011-11-16 | 2 | -1/+13 |
| * | | | ath6kl: make maximum number of vifs runtime configurable | Kalle Valo | 2011-11-16 | 5 | -13/+20 |
| * | | | ath6kl: add firmware filename info to struct ath6kl_hw | Kalle Valo | 2011-11-16 | 2 | -90/+67 |
| * | | | ath6kl: add ar6004 firmwares to sdio module | Kalle Valo | 2011-11-16 | 1 | -0/+6 |
| * | | | ath6kl: use hardware version names consistently | Kalle Valo | 2011-11-16 | 4 | -89/+91 |
| * | | | ath6kl: add name field to struct ath6kl_hw | Kalle Valo | 2011-11-16 | 3 | -21/+26 |
| * | | | ath6kl: add firmware IE for board data address | Kalle Valo | 2011-11-16 | 2 | -1/+13 |
| * | | | ath6kl: add board address to struct ath6kl_hw | Kalle Valo | 2011-11-16 | 3 | -9/+5 |
| * | | | ath6kl: move hw version related to parameters to struct | Kalle Valo | 2011-11-16 | 2 | -29/+47 |
| * | | | ath6kl: remove hw version related parameter defines | Kalle Valo | 2011-11-16 | 2 | -27/+13 |
| * | | | ath6kl: Fix bug in setting dot11_auth_mode in AP mode | Vasanthakumar Thiagarajan | 2011-11-13 | 1 | -2/+4 |
| * | | | ath6kl: Fix bug in setting default key index for tx in AP mode | Vasanthakumar Thiagarajan | 2011-11-13 | 1 | -4/+1 |
| * | | | ath6kl: enable USB support | Kalle Valo | 2011-11-13 | 3 | -17/+47 |
| * | | | ath6kl: disable HTC for USB devices | Kalle Valo | 2011-11-13 | 2 | -1/+14 |
| * | | | ath6kl: add USB support | Kalle Valo | 2011-11-13 | 3 | -2/+440 |
| * | | | ath6kl: add hif_type | Kalle Valo | 2011-11-13 | 2 | -0/+7 |
| * | | | ath6kl: AR6004 SDIO support | Naveen Gangadharan | 2011-11-13 | 2 | -0/+3 |
| * | | | ath6kl: firmware boot fixes for ar6004 | Kalle Valo | 2011-11-13 | 1 | -10/+24 |
| * | | | ath6kl: update ar6004 definitions | Kalle Valo | 2011-11-13 | 2 | -8/+19 |
| * | | | ath6kl: move diag commands to hif driver | Kalle Valo | 2011-11-13 | 4 | -72/+126 |
| * | | | ath6kl: change bmi sizes being configurable by HIF | Kalle Valo | 2011-11-13 | 4 | -25/+30 |
| * | | | ath6kl: move bmi calls to hif driver | Kalle Valo | 2011-11-13 | 4 | -175/+190 |
| * | | | ath6kl: Fix target minimum length requirement for WMI_SEND_PROBE_RESPONSE_CMDID | Aarthi Thiruvengadam | 2011-11-13 | 1 | -1/+5 |