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