summaryrefslogtreecommitdiffstats
path: root/drivers/net/macvtap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-18ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc()Kalle Valo1-3/+4
2014-09-11ath10k: fix debugfs_create_dir() checkingMichal Kazior1-2/+6
2014-09-11ath10k: support firmware crash-by-assertBen Greear1-1/+27
2014-09-11ath10k: add testmodeKalle Valo11-30/+614
2014-09-11ath10k: make ath10k_wmi_cmd_send() publicKalle Valo2-3/+6
2014-09-10ath10k: ATH10K_DEBUGFS depends on DEBUG_FSMatteo Croce1-1/+1
2014-09-10ath10k: use proper service bitmap sizeMichal Kazior4-11/+9
2014-09-10ath10k: move fw_crash_dump allocationMichal Kazior3-22/+41
2014-09-02ath10k: don't access tx_info while overwriting itMichal Kazior1-5/+4
2014-09-02ath10k: add device/driver strings to tracepointsMichal Kazior4-38/+89
2014-09-02ath10k: remove diag_*_access functionsMichal Kazior1-85/+24
2014-09-02ath10k: stop monitor vdev for sta assocMichal Kazior1-1/+9
2014-09-02ath10k: fix monitor start/stop sequencesMichal Kazior2-73/+49
2014-09-02ath10k: kill tasklets after free_irqMichal Kazior1-0/+2
2014-09-02ath10k: fix num_legacy_stations trackingMichal Kazior1-1/+1
2014-09-02ath10k: re-enable interrupts properly in hw recoveryMichal Kazior1-21/+14
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