summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: change REGISTER_BUSY_COUNT for USBStanislaw Gruszka2014-12-014-7/+10
* rt2x00: use timeout in rt2x00usb_vendor_requestStanislaw Gruszka2014-12-011-10/+6Star
* brcmsmac: extend hardware info shown in debugfsArend van Spriel2014-12-011-13/+27
* brcmutil: add helper function to format board revisionArend van Spriel2014-12-012-0/+18
* rt2800: calculate tx power temperature compensation on selected chipsStanislaw Gruszka2014-12-011-19/+26
* wil6210: Fix potential memory leaks on error pathsLino Sanfilippo2014-12-011-2/+6
* Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-12-0116-749/+1257
|\
| * ath10k: simplify rx ring size/fill calculationMichal Kazior2014-12-012-89/+12Star
| * ath10k: prevent pci tx/rx starvationMichal Kazior2014-12-011-6/+15
| * ath10k: remove transfer_id from ath10k_hif_cb::tx_completionMichal Kazior2014-12-014-7/+11
| * ath10k: remove unused callback argument from struct ath10k_hif_cb::rx_completionMichal Kazior2014-12-013-5/+3Star
| * ath10k: make wmi service bitmap non-debugMichal Kazior2014-12-014-22/+8Star
| * ath10k: add sanity checks for service bmap parsingMichal Kazior2014-12-012-61/+66
| * ath10k: fix wmi svc bitmap dbg printMichal Kazior2014-12-012-1/+4
| * ath10k: add pointer constness to tracesMichal Kazior2014-12-011-14/+17
| * ath10k: do not limit RTS threshold value to 2347Vivek Natarajan2014-12-012-6/+1Star
| * ath10k: fix station count enforcementMichal Kazior2014-11-266-21/+78
| * ath10k: clean up num_peers lockingMichal Kazior2014-11-262-6/+4Star
| * ath10k: add missing gotoMichal Kazior2014-11-261-1/+3
| * ath10k: add memory dump debugfs interfaceYanbo Li2014-11-263-0/+126
| * ath10k: add register access debugfs interfaceYanbo Li2014-11-264-0/+154
| * ath10k: fix bug reported by lockdepSujith Manoharan2014-11-261-2/+2
| * ath10k: fix locking for WEP keysSujith Manoharan2014-11-262-0/+6
| * ath10k: fix shared WEPSujith Manoharan2014-11-263-0/+65
| * ath10k: don't drop corrupted mgmt framesMichal Kazior2014-11-262-4/+16
| * ath10k: fix offchannel cancel failuresMichal Kazior2014-11-261-2/+2
| * ath10k: make hw roc more reliableMichal Kazior2014-11-262-0/+7
| * ath10k: fix offchan reliabilityMichal Kazior2014-11-264-10/+31
| * ath10k: remove extra_tx_headroomMichal Kazior2014-11-261-4/+0Star
| * ath10k: use configured nss instead of max nssBen Greear2014-11-261-2/+9
| * ath10k: apply chainmask settings to vdev on creationBen Greear2014-11-261-0/+41
| * ath10k: add ATH10K_DBG_WMI_PRINT debug levelBen Greear2014-11-242-1/+2
| * ath10k: don't rebuild all the timeJohannes Berg2014-11-241-4/+3Star
| * ath10k: report rx rate and signal for fragmented RxMichal Kazior2014-11-201-3/+1Star
| * ath10k: use rx descriptor for ppdu status extractionMichal Kazior2014-11-201-41/+95
| * ath10k: remove unused function argumentMichal Kazior2014-11-201-13/+3Star
| * ath10k: unify rx undecappingMichal Kazior2014-11-201-326/+412
| * ath10k: refactor htt->rx_confusedMichal Kazior2014-11-201-17/+12Star
| * ath10k: simplify Rx loopMichal Kazior2014-11-201-41/+39Star
| * ath10k: start using sk_buff_headMichal Kazior2014-11-201-122/+91Star
* | mwifiex: add Tx status support for ACTION framesAmitkumar Karwar2014-11-257-11/+41
* | mwifiex: add Tx status support for EAPOL packetsAmitkumar Karwar2014-11-2512-4/+127
* | mwifiex: skip delay main work logic for USB interface.Amitkumar Karwar2014-11-251-6/+10
* | mwifiex: fix scan problem on big endian platformsAmitkumar Karwar2014-11-251-1/+1
* | mwifiex: fix sparse warningAmitkumar Karwar2014-11-251-1/+1
* | ath9k: add TPC capability to TX descriptor pathLorenzo Bianconi2014-11-256-12/+49
* | ath9k: add TX power per-rate tablesLorenzo Bianconi2014-11-254-0/+229
* | brcmfmac: correct .disconnect() callback while connectingArend van Spriel2014-11-251-0/+1
* | net: wireless: rtlwifi: rtl8192ee: Fix compilation of the driverAndreas Ruprecht2014-11-241-1/+1
* | net: wireless: rtlwifi: Do not always include drivers in obj-mAndreas Ruprecht2014-11-244-12/+0Star