summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-08-28carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-08-28ath9k: Fix channel context timerSujith Manoharan1-1/+1
2014-08-28ath9k: Add more debug statements for channel contextSujith Manoharan2-12/+81
2014-08-28ath9k: Disable fastcc for channel context modeSujith Manoharan1-0/+3
2014-08-28rt2x00: support Ralink 5362.Canek Peláez Valdés2-1/+9
2014-08-28ath9k: Fix channel context creationSujith Manoharan2-1/+23
2014-08-28ath9k: Fix interface limitsSujith Manoharan1-2/+4
2014-08-28ath9k: Print the event/state in ath_chanctx_eventSujith Manoharan2-2/+38
2014-08-28ath9k: Add new chanctx eventsSujith Manoharan2-0/+6
2014-08-28ath9k: Fix ath_chanctx_get()Sujith Manoharan1-4/+10
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-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