Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | wil6210: Rate limit "ring full" error message | Vladimir Kondratiev | 2014-12-01 | 1 | -2/+3 | |
* | | | | | wil6210: fix warning in pointer arithmetic | Vladimir Kondratiev | 2014-12-01 | 1 | -1/+1 | |
* | | | | | wil6210: configurable vring sizes | Vladimir Kondratiev | 2014-12-01 | 3 | -7/+40 | |
* | | | | | wil6210: remove wil_to_pcie_dev() | Vladimir Kondratiev | 2014-12-01 | 3 | -3/+1 | |
* | | | | | wil6210: fix recovery after scan timeout | Vladimir Kondratiev | 2014-12-01 | 1 | -0/+1 | |
* | | | | | wil6210: add handling of RX HTRSH interrupt | Vladimir Kondratiev | 2014-12-01 | 3 | -3/+47 | |
* | | | | | wil6210: propagate disconnect reason | Vladimir Kondratiev | 2014-12-01 | 4 | -19/+18 | |
* | | | | | ath9k: do not access hardware on IRQs during reset | Felix Fietkau | 2014-12-01 | 1 | -6/+8 | |
* | | | | | ath9k: set ATH_OP_INVALID before disabling hardware | Felix Fietkau | 2014-12-01 | 1 | -1/+3 | |
* | | | | | ath9k: prevent early IRQs from accessing hardware | Felix Fietkau | 2014-12-01 | 1 | -4/+5 | |
* | | | | | ath5k: fix hardware queue index assignment | Felix Fietkau | 2014-12-01 | 1 | -7/+1 | |
* | | | | | ath9k: fix BE/BK queue order | Felix Fietkau | 2014-12-01 | 1 | -2/+2 | |
* | | | | | ath9k_hw: fix hardware queue allocation | Felix Fietkau | 2014-12-01 | 1 | -8/+1 | |
* | | | | | brcmsmac: NULL dereferences in brcms_c_detach_mfree() | Dan Carpenter | 2014-12-01 | 1 | -4/+4 | |
* | | | | | Revert "rt2x00: Endless loop on hub port power down" | Stanislaw Gruszka | 2014-12-01 | 1 | -6/+0 | |
* | | | | | rt2x00: change REGISTER_TIMEOUT | Stanislaw Gruszka | 2014-12-01 | 1 | -1/+1 | |
* | | | | | rt2x00: change REGISTER_BUSY_COUNT for USB | Stanislaw Gruszka | 2014-12-01 | 4 | -7/+10 | |
* | | | | | rt2x00: use timeout in rt2x00usb_vendor_request | Stanislaw Gruszka | 2014-12-01 | 1 | -10/+6 | |
* | | | | | brcmsmac: extend hardware info shown in debugfs | Arend van Spriel | 2014-12-01 | 1 | -13/+27 | |
* | | | | | brcmutil: add helper function to format board revision | Arend van Spriel | 2014-12-01 | 2 | -0/+18 | |
* | | | | | rt2800: calculate tx power temperature compensation on selected chips | Stanislaw Gruszka | 2014-12-01 | 1 | -19/+26 | |
* | | | | | wil6210: Fix potential memory leaks on error paths | Lino Sanfilippo | 2014-12-01 | 1 | -2/+6 | |
* | | | | | Merge branch 'for-linville' of git://github.com/kvalo/ath | John W. Linville | 2014-12-01 | 16 | -749/+1257 | |
|\ \ \ \ \ | ||||||
| * | | | | | ath10k: simplify rx ring size/fill calculation | Michal Kazior | 2014-12-01 | 2 | -89/+12 | |
| * | | | | | ath10k: prevent pci tx/rx starvation | Michal Kazior | 2014-12-01 | 1 | -6/+15 | |
| * | | | | | ath10k: remove transfer_id from ath10k_hif_cb::tx_completion | Michal Kazior | 2014-12-01 | 4 | -7/+11 | |
| * | | | | | ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completion | Michal Kazior | 2014-12-01 | 3 | -5/+3 | |
| * | | | | | ath10k: make wmi service bitmap non-debug | Michal Kazior | 2014-12-01 | 4 | -22/+8 | |
| * | | | | | ath10k: add sanity checks for service bmap parsing | Michal Kazior | 2014-12-01 | 2 | -61/+66 | |
| * | | | | | ath10k: fix wmi svc bitmap dbg print | Michal Kazior | 2014-12-01 | 2 | -1/+4 | |
| * | | | | | ath10k: add pointer constness to traces | Michal Kazior | 2014-12-01 | 1 | -14/+17 | |
| * | | | | | ath10k: do not limit RTS threshold value to 2347 | Vivek Natarajan | 2014-12-01 | 2 | -6/+1 | |
| * | | | | | ath10k: fix station count enforcement | Michal Kazior | 2014-11-26 | 6 | -21/+78 | |
| * | | | | | ath10k: clean up num_peers locking | Michal Kazior | 2014-11-26 | 2 | -6/+4 | |
| * | | | | | ath10k: add missing goto | Michal Kazior | 2014-11-26 | 1 | -1/+3 | |
| * | | | | | ath10k: add memory dump debugfs interface | Yanbo Li | 2014-11-26 | 3 | -0/+126 | |
| * | | | | | ath10k: add register access debugfs interface | Yanbo Li | 2014-11-26 | 4 | -0/+154 | |
| * | | | | | ath10k: fix bug reported by lockdep | Sujith Manoharan | 2014-11-26 | 1 | -2/+2 | |
| * | | | | | ath10k: fix locking for WEP keys | Sujith Manoharan | 2014-11-26 | 2 | -0/+6 | |
| * | | | | | ath10k: fix shared WEP | Sujith Manoharan | 2014-11-26 | 3 | -0/+65 | |
| * | | | | | ath10k: don't drop corrupted mgmt frames | Michal Kazior | 2014-11-26 | 2 | -4/+16 | |
| * | | | | | ath10k: fix offchannel cancel failures | Michal Kazior | 2014-11-26 | 1 | -2/+2 | |
| * | | | | | ath10k: make hw roc more reliable | Michal Kazior | 2014-11-26 | 2 | -0/+7 | |
| * | | | | | ath10k: fix offchan reliability | Michal Kazior | 2014-11-26 | 4 | -10/+31 | |
| * | | | | | ath10k: remove extra_tx_headroom | Michal Kazior | 2014-11-26 | 1 | -4/+0 | |
| * | | | | | ath10k: use configured nss instead of max nss | Ben Greear | 2014-11-26 | 1 | -2/+9 | |
| * | | | | | ath10k: apply chainmask settings to vdev on creation | Ben Greear | 2014-11-26 | 1 | -0/+41 | |
| * | | | | | ath10k: add ATH10K_DBG_WMI_PRINT debug level | Ben Greear | 2014-11-24 | 2 | -1/+2 | |
| * | | | | | ath10k: don't rebuild all the time | Johannes Berg | 2014-11-24 | 1 | -4/+3 | |
| * | | | | | ath10k: report rx rate and signal for fragmented Rx | Michal Kazior | 2014-11-20 | 1 | -3/+1 |