summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Enable HW queue control only for MCCSujith Manoharan2014-10-231-0/+3
* ath9k: Fix crash in MCC modeSujith Manoharan2014-10-071-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-10-071-1/+1
|\
| * ath9k: Fix NULL pointer dereference on early irqWojciech Dubowik2014-09-221-1/+1
* | ath9k: Fix queue handling for channel contextsSujith Manoharan2014-10-021-6/+1
* | ath9k: Pass context to ath9k_chanctx_wake_queues()Sujith Manoharan2014-10-021-1/+1
* | ath9k: Fix queue handling in flush()Sujith Manoharan2014-10-021-5/+0
* | ath9k: Remove duplicate codeSujith Manoharan2014-10-021-9/+1
* | ath9k: Fix pending frame checkSujith Manoharan2014-10-021-3/+0
* | ath9k: Check pending frames properlySujith Manoharan2014-10-021-1/+4
* | ath9k: Fix p2p address managementSujith Manoharan2014-09-261-0/+36
* | ath9k: Cache BSS informationSujith Manoharan2014-09-261-4/+9
* | ath9k: initialize ath_node linked listLorenzo Bianconi2014-09-161-0/+4
* | ath9k: enable dynack using set_coverage_class codepathLorenzo Bianconi2014-09-161-4/+29
* | ath9k: Fix primary station configurationSujith Manoharan2014-09-151-5/+1
* | ath9k: Remove useless opmode checkSujith Manoharan2014-09-151-7/+0
* | ath9k: Set offchannel state properlySujith Manoharan2014-09-151-15/+42
* | Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm...John W. Linville2014-09-151-1/+2
|\ \
| * | mac80211: extend set_coverage_class signatureLorenzo Bianconi2014-09-051-1/+2
| |/
* | ath9k: Use a subroutine to assign HW queuesSujith Manoharan2014-09-091-16/+17
* | ath9k: Fix interface accountingSujith Manoharan2014-09-091-3/+3
* | ath9k: Fix RX filters in channel contextsSujith Manoharan2014-09-091-1/+4
* | ath9k: Fix ath_startrecv()Sujith Manoharan2014-09-091-7/+1
* | ath9k: Fix RX filter calculationSujith Manoharan2014-09-091-1/+2
* | ath9k: Fix panic when adding an AP interfaceSujith Manoharan2014-09-091-3/+5
* | ath9k: Fix beacons for managed modeSujith Manoharan2014-09-091-1/+1
* | ath9k: Add more debug statements for channel contextSujith Manoharan2014-08-281-0/+3
* | ath9k: Disable fastcc for channel context modeSujith Manoharan2014-08-281-0/+3
* | ath9k: Fix channel context creationSujith Manoharan2014-08-281-0/+2
* | ath9k: Fix 'offchannel' in ath_softcSujith Manoharan2014-08-281-0/+2
* | ath9k: Fix function argument typeSujith Manoharan2014-08-281-2/+2
* | ath9k: Add ath9k_chanctx_wake_queuesSujith Manoharan2014-08-281-13/+2
* | ath9k: Fix channel context eventsSujith Manoharan2014-08-281-2/+6
* | ath9k: Cleanup mgd_prepare_tx callbackSujith Manoharan2014-08-281-1/+31
* | ath9k: Add a routine to tear down channel contextsSujith Manoharan2014-08-281-1/+2
* | ath9k: Isolate ath9k_use_chanctx module parameterSujith Manoharan2014-08-281-5/+9
* | ath9k: Isolate P2P powersave routinesSujith Manoharan2014-08-281-15/+3
* | ath9k: Move P2P functions to channel.cSujith Manoharan2014-08-281-87/+0
* | ath9k: Add debug informationSujith Manoharan2014-08-281-11/+62
* | ath9k: Move channel operations to channel.cSujith Manoharan2014-08-281-202/+0
|/
* ath9k: Cache beacon config after associationRajkumar Manoharan2014-07-011-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-06-251-1/+2
|\
* | ath9k: Fix build error in ath_reset_internalRajkumar Manoharan2014-06-201-5/+3
* | ath9k: use separate HW queue for each channel contextRajkumar Manoharan2014-06-191-2/+46
* | ath9k: Add recovery mechanism for hw TSF timerFelix Fietkau2014-06-191-0/+1
* | ath9k: Add multi-channel scheduling supportFelix Fietkau2014-06-191-0/+3
* | ath9k: Implement mgd_prepare_txFelix Fietkau2014-06-191-0/+1
* | ath9k: Store current offchannel durationRajkumar Manoharan2014-06-191-9/+19
* | ath9k: switch channel context for beaconingFelix Fietkau2014-06-191-1/+8
* | ath9k: Summarize hw state per channel contextRajkumar Manoharan2014-06-191-137/+138