summaryrefslogtreecommitdiffstats
path: root/drivers/net/ioc3-eth.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-07cfg80211: constify WDS addressJohannes Berg3-3/+3
2010-10-07nl80211: use new genl helpers for WDSJohannes Berg1-33/+12
2010-10-07mac80211: fix sw scan lockingJohannes Berg1-2/+1
2010-10-07wl1271: Support FEM autodetectionJuuso Oikarinen1-4/+17
2010-10-07Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath"John W. Linville1-2/+2
2010-10-07Revert "rtl8180: use NAPI for bottom-half processing"John W. Linville1-69/+59
2010-10-07iwlagn: add define for MODULE_FIRMWAREWey-Yi Guy1-0/+1
2010-10-07iwlagn: fix module firmware name for 130 series deviceWey-Yi Guy1-2/+2
2010-10-06mac80211: avoid uninitialized var warning in ieee80211_scan_cancelJohn W. Linville1-3/+4
2010-10-06cfg80211: fix BSS double-unlinkingJohannes Berg1-6/+6
2010-10-06nl80211/mac80211: Add retry and failed transmission count to station infoBruno Randolf4-0/+22
2010-10-06Revert "iwlwifi: do not perferm force reset while doing scan"Stanislaw Gruszka1-5/+0
2010-10-06mac80211: compete scan to cfg80211 if deferred scan fail to startStanislaw Gruszka1-0/+2
2010-10-06mac80211: do not requeue scan work when not neededStanislaw Gruszka1-12/+3
2010-10-06mac80211: assure we also cancel deferred scan requestStanislaw Gruszka3-14/+27
2010-10-06mac80211: keep lock when calling __ieee80211_scan_completed()Stanislaw Gruszka1-36/+39
2010-10-06mac80211: reduce number of __ieee80211_scan_completed callsStanislaw Gruszka1-22/+29
2010-10-06b43: N-PHY: don't duplicate setting channel in shared memoryRafał Miłecki1-10/+2
2010-10-06b43: define B43_SHM_SH_CHAN_40MHZRafał Miłecki2-3/+6
2010-10-06b43: N-PHY: simplify channel switchingRafał Miłecki1-16/+11
2010-10-06nl80211: fix error in generic netif_running checkJohannes Berg1-0/+2
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg20-109/+293
2010-10-06mac80211: avoid transmitting delBA to old APJohannes Berg11-35/+48
2010-10-06ath9k: Introduce a wrapper for power save disable.Senthil Balasubramanian1-18/+22
2010-10-06ath9k: remove unnecessary power save flags.Senthil Balasubramanian3-48/+4
2010-10-06ath9k_hw: merge ath9k_hw_ani_monitor_old and ath9k_hw_ani_monitor_newFelix Fietkau5-101/+3
2010-10-06ath9k_hw: remove function pointer abstraction for internal ANI opsFelix Fietkau3-45/+29
2010-10-06ath9k_hw: remove code duplication in phy error counter handlingFelix Fietkau4-119/+34
2010-10-06ath9k_hw: clean up ANI state handlingFelix Fietkau6-260/+110
2010-10-06ath9k_hw: add a helper function to check for the new ANI implementationFelix Fietkau1-2/+7
2010-10-06ath9k_hw: clean up register write bufferingFelix Fietkau12-61/+7
2010-10-06ath9k_hw: merge codepaths that access the cycle counter registersFelix Fietkau5-92/+65
2010-10-06ath9k_hw: clean up calibration flagsFelix Fietkau6-77/+31
2010-10-06mac80211: delete AddBA response timerJohannes Berg1-0/+2
2010-10-06ath9k_hw: fix regression in ANI listen time calculationFelix Fietkau1-1/+1
2010-10-06iwlagn: define 130 series of WiFi/BT combo devicesWey-Yi Guy3-0/+56
2010-10-06iwlagn: rename iwl5000_tx_respWey-Yi Guy2-11/+13
2010-10-06iwlwifi: remove uncorrect commentsWey-Yi Guy1-2/+2
2010-10-06iwlagn: rename iwl5000_tx_power_dbm_cmdWey-Yi Guy2-7/+7
2010-10-06iwlagn: reduce redundant parameter definitionsWey-Yi Guy24-887/+565
2010-10-06iwlwifi: schedule to deprecate software scan supportWey-Yi Guy3-6/+17
2010-10-05mac80211: fix channel assumption for association done workLuis R. Rodriguez1-3/+3
2010-10-05nl80211: fix remain-on-channel documentationJohannes Berg1-2/+2
2010-10-05ath9k: get correct tx gain type in ath9k_hw_4k_get_eepromGabor Juhos1-1/+9
2010-10-05ath5k: Don't wake internal queuesBruno Randolf1-1/+1
2010-10-05mac80211: fix deadlock with multiple interfacesJohannes Berg5-22/+7
2010-10-05nl80211: reduce dumping boilerplateJohannes Berg1-92/+59
2010-10-05nl80211: use generic check for netif_runningJohannes Berg1-69/+28
2010-10-05nl80211: use the new genetlink pre/post_doit hooksJohannes Berg1-1202/+531
2010-10-05genetlink: introduce pre_doit/post_doit hooksJohannes Berg2-1/+31