summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/mac.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-9/+9
2013-10-16ath10k: fix ath10k_bss_assoc() to not sleep in atomic contextKalle Valo1-19/+37
2013-10-16ath10k: remove unnecessary checksMichal Kazior1-21/+0
2013-10-16ath10k: fix scheduling while atomic config bugMichal Kazior1-84/+62
2013-10-16ath10k: track vif list internallyMichal Kazior1-0/+3
2013-10-16ath10k: fix add_interface failure handlingMichal Kazior1-13/+40
2013-10-16ath10k: use workqueue to set WEP TX keyMichal Kazior1-17/+36
2013-10-16ath10k: do not warn about unsupported vdev paramBartosz Markowski1-1/+2
2013-10-08ath10k: Fix bug in max. VHT A-MPDU sizeSujith Manoharan1-1/+14
2013-10-07ath10k: split vdev_id calculation from tx functionMichal Kazior1-10/+15
2013-10-07ath10k: split tid calculation from tx functionMichal Kazior1-8/+15
2013-09-27ath10k: introduce dynamic pdev parametersBartosz Markowski1-5/+5
2013-09-27ath10k: introduce dynamic vdev parametersBartosz Markowski1-23/+32
2013-09-27ath10k: bring back the WMI path for mgmt framesBartosz Markowski1-10/+60
2013-09-26ath10k: make monitor vdev down before stoping itMarek Puzyniak1-6/+3
2013-09-20ath10k: use msdu headroom to store txfragMichal Kazior1-0/+4
2013-09-20ath10k: decouple HTT TX completionsMichal Kazior1-2/+0
2013-09-20ath10k: avoid needless memset on TX pathMichal Kazior1-1/+3
2013-09-20ath10k: use num_pending_tx instead of msdu id bitmapMichal Kazior1-2/+1
2013-09-16ath10k: remove wmi pending count limitMichal Kazior1-9/+0
2013-09-16ath10k: improve beacon submission latencyMichal Kazior1-0/+7
2013-09-12ath10k: Calculate correct peer PHY mode for VHTSujith Manoharan1-3/+11
2013-09-12ath10k: print phymode as a stringKalle Valo1-2/+7
2013-09-12ath10k: clean mac.c debug messagesKalle Valo1-88/+92
2013-08-15ath10k: add support for HTT 3.0Michal Kazior1-2/+11
2013-08-14ath10k: fix WEP in AP and IBSS modeMarek Puzyniak1-4/+0
2013-08-14ath10k: clean up monitor start codeMichal Kazior1-3/+0
2013-08-12ath10k: setup peer UAPSD flag correctlyJanusz Dziedzic1-1/+1
2013-08-02ath10k: zero arvif memory on add_interface()Michal Kazior1-0/+2
2013-08-02ath10k: advertise more conservative intf combinationsMichal Kazior1-3/+9
2013-08-02ath10k: make sure to use passive scan when n_ssids is 0Michal Kazior1-0/+2
2013-08-02ath10k: implement get_survey()Michal Kazior1-0/+36
2013-08-02ath10k: implement tx checksum offloadingMichal Kazior1-0/+2
2013-07-31ath10k: detect the number of spatial streams supported by hwMichal Kazior1-10/+9
2013-07-31ath10k: improve tx throughput on slow machinesMichal Kazior1-3/+3
2013-07-30ath10k: fix rts/fragmentation threshold setupMichal Kazior1-26/+28
2013-07-30ath10k: fix memleak in mac setupMichal Kazior1-11/+15
2013-07-30ath10k: fix NULL dereference for injected packetsMichal Kazior1-4/+8
2013-07-30ath10k: implement device recoveryMichal Kazior1-19/+82
2013-07-30ath10k: defer hw setup to start/stop mac80211 hooksMichal Kazior1-13/+43
2013-07-30ath10k: make sure all resources are freed upon ath10k_stop()Michal Kazior1-0/+25
2013-07-30ath10k: decouple suspend codeMichal Kazior1-0/+66
2013-07-30ath10k: allow deferred regd updateMichal Kazior1-7/+19
2013-07-30ath10k: abort scan properly if wmi_scan_stop failsMichal Kazior1-0/+4
2013-07-30ath10k: improve lockingMichal Kazior1-2/+55
2013-07-30ath10k: embed HTT struct inside ath10kMichal Kazior1-8/+8
2013-07-30ath10k: do not setup rts/frag thresholds for suspended interfacesMichal Kazior1-2/+2
2013-07-30ath10k: setup rts/frag thresholds upon vdev creationMichal Kazior1-1/+19
2013-07-30ath10k: fix possible deadlockMichal Kazior1-4/+6
2013-06-27ath10k: minimally handle new channel width enumeration valuesJohn W. Linville1-0/+4