summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-08-28ath9k: Move ath9k_beacon_add_noa to channel.cSujith Manoharan3-49/+56
2014-08-28ath9k: Remove redundant ifdefSujith Manoharan1-2/+0
2014-08-28ath9k: Fix channel context variables in ath_softcSujith Manoharan1-2/+6
2014-08-28ath9k: Fix 'offchannel' in ath_softcSujith Manoharan2-1/+3
2014-08-28ath9k: Fix function argument typeSujith Manoharan1-2/+2
2014-08-28ath9k: Use ath_chanctx_check_active properlySujith Manoharan2-47/+50
2014-08-28ath9k: Add ath9k_offchannel_initSujith Manoharan3-8/+30
2014-08-28ath9k: Add ath9k_chanctx_wake_queuesSujith Manoharan3-13/+32
2014-08-28ath9k: Add wrappers for beacon eventsSujith Manoharan4-9/+32
2014-08-28ath9k: Fix function declarationsSujith Manoharan1-3/+3
2014-08-28ath9k: Fix channel context eventsSujith Manoharan6-33/+57
2014-08-28ath9k: Make ath_chanctx_switch staticSujith Manoharan2-39/+37
2014-08-28ath9k: Make ath_chanctx_get_oper_chan staticSujith Manoharan2-19/+18
2014-08-28ath9k: Make ath_chanctx_offchan_switch staticSujith Manoharan2-15/+13
2014-08-28ath9k: Conditionally compile more functionsSujith Manoharan1-19/+19
2014-08-28ath9k: Exclude more functionsSujith Manoharan2-61/+60
2014-08-28ath9k: Conditionally compile a few functionsSujith Manoharan1-146/+146
2014-08-28ath9k: Cleanup mgd_prepare_tx callbackSujith Manoharan3-34/+34
2014-08-28ath9k: Make ath_chanctx_work staticSujith Manoharan2-10/+9
2014-08-28ath9k: Add a routine to tear down channel contextsSujith Manoharan4-2/+13
2014-08-28ath9k: Add a routine for initializing channel contextsSujith Manoharan3-15/+25
2014-08-28carl9170: Remove redundant protection checkAndreea-Cristina Bernat1-10/+1
2014-08-28ath9k: Isolate ath9k_use_chanctx module parameterSujith Manoharan5-32/+62
2014-08-28ath9k: Isolate P2P powersave routinesSujith Manoharan5-36/+111
2014-08-28ath9k: Move P2P functions to channel.cSujith Manoharan3-87/+87
2014-08-28ath9k: Add a config option for channel contextSujith Manoharan1-0/+9
2014-08-28ath9k: Add debug informationSujith Manoharan2-12/+122
2014-08-28ath9k: Move channel operations to channel.cSujith Manoharan3-202/+205
2014-08-28ath9k: Handle failure to allocate HW timerSujith Manoharan1-1/+3
2014-08-28ath9k: Add a debug level for channel contextSujith Manoharan2-0/+3
2014-08-28ath5k: remove redundant null check before kfree()Bob Copeland1-2/+1
2014-08-28ath5k: ensure led name is null terminatedBob Copeland1-0/+1
2014-08-28ath5k: drop useless comparisonBob Copeland1-1/+1
2014-08-28ray_cs: Add include guardsRasmus Villemoes2-4/+6
2014-08-28bcma: only map wrapper if its address is availableHauke Mehrtens2-4/+11
2014-08-28mwifiex: use firmware API revision from GET_HW_SPEC responseAmitkumar Karwar2-1/+8
2014-08-28mwifiex: rename macro and variables related to API revisionAmitkumar Karwar7-20/+20
2014-08-28mwifiex: fix left_len calculation issueAmitkumar Karwar1-1/+2
2014-08-28ath9k_htc: advertise support for TDLSCsaba Kiraly1-0/+2
2014-08-28Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville30-2199/+4128
2014-08-27ath10k: make target endianess more explicitMichal Kazior2-137/+140
2014-08-27ath10k: dont duplicate service-pipe mappingMichal Kazior1-44/+33
2014-08-27ath10k: move pci init structuresMichal Kazior1-96/+96
2014-08-26ath10k: fix fw crash dumpingMichal Kazior1-5/+3
2014-08-26ath10k: improve logging to include dev idMichal Kazior15-781/+833
2014-08-26orinoco_usb: use USB API functions rather than constantsHimangi Saraogi1-8/+2
2014-08-26atmel_cs: Remove typedef local_info_tHimangi Saraogi1-11/+11
2014-08-26net: wireless: ipw2x00: ipw2200.c: Cleaning up missing null-terminate in conj...Rickard Strandqvist1-3/+3
2014-08-26wireless: wlcore: Use devm_kzallocHimangi Saraogi1-14/+6
2014-08-26wil6210: fix access after free in wil_pcie_remove()Vladimir Kondratiev1-1/+2