summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-23ath9k: declare MODULE_FIRMWARE for ath9k_htcmaster-2010-06-23John W. Linville
2010-06-23libertas: mark lbs_ret_802_11d_domain_info staticJohn W. Linville
2010-06-23ath9k: Add a module parameter to disable led blinking.Vivek Natarajan
2010-06-23ath9k_hw: add an extra delay when reseting AR_RTC_RESETLuis R. Rodriguez
2010-06-23ath9k_hw: dynamically choose the SERDES array for low powerLuis R. Rodriguez
2010-06-23ath9k_hw: add pcieSerDesWrite to disable SERDES ASPM tweaksLuis R. Rodriguez
2010-06-23ath9k_hw: move LowPower array writes to ar9003_hw_configpcipowersave()Luis R. Rodriguez
2010-06-23ath9k_hw: fix ASPM setting for AR9003Luis R. Rodriguez
2010-06-23Libertas: Added 11d support using cfg80211Kiran Divekar
2010-06-23Libertas: fix WARN_ON issues in cfg80211 supportKiran Divekar
2010-06-23Libertas: cfg80211 supportKiran Divekar
2010-06-21mac80211: Add interface for driver to temporarily disable dynamic psmaster-2010-06-21Juuso Oikarinen
2010-06-21mac80211: Fix compile warning in scan.c.Gertjan van Wingerde
2010-06-21b43: Clarify logged message after fatal DMA error and switch to PIO modeLarry Finger
2010-06-21iwlwifi: remove non-exist referenceWey-Yi Guy
2010-06-21iwlwifi: code cleanup to remove un-necessary "goto"Wey-Yi Guy
2010-06-21iwlwifi: move calibration from iwlcore to iwlagnWey-Yi Guy
2010-06-21iwlwifi: move _agn statistics related structureWey-Yi Guy
2010-06-21iwlwifi: move agn specific rx related code to iwl-agn-rx.cWey-Yi Guy
2010-06-21iwlwifi: display ucode SW Error in hexJay Sternberg
2010-06-21iwlwifi: return ucode errors from station managementJohannes Berg
2010-06-21iwlwifi: use sync commands for keysJohannes Berg
2010-06-21iwlagn: use mutex for aggregationJohannes Berg
2010-06-18mac80211: fix sw scan bracketingmaster-2010-06-18Johannes Berg
2010-06-18mac80211_hwsim: fix fake_hw_scanJohannes Berg
2010-06-18wireless: move regulatory_init to .init.textUwe Kleine-König
2010-06-18cfg80211: move cfg80211_exit to .exit.textUwe Kleine-König
2010-06-18ath9k_htc: Update supported product listSujith
2010-06-18wireless:hostap_ap.c Fix warning: variable 'fc' set but not usedJustin P. Mattock
2010-06-18wireless:hostap_main.c warning: variable 'iface' set but not usedJustin P. Mattock
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...master-2010-06-17John W. Linville
2010-06-16mac80211: fix warn, enum may be used uninitializedChristoph Fritz
2010-06-16ath5k: report PHY error frames only for chips which need itmaster-2010-06-16Bruno Randolf
2010-06-16ath5k: review RX descriptor functionsBruno Randolf
2010-06-16ath5k: take descriptor differences between 5210 and 5211 into accountBruno Randolf
2010-06-16ath5k: update 5210/5211 frame typesBruno Randolf
2010-06-16ath5k: review and add comments for descriptorsBruno Randolf
2010-06-16ath5k: remove pointless rx error overlay structBruno Randolf
2010-06-16ath5k: cosmetic changes in ath5k_hw_proc_5212_rx_status()Bruno Randolf
2010-06-16ath5k: use direct function calls for descriptors when possibleBruno Randolf
2010-06-16ath5k: move checks and stats into new functionBruno Randolf
2010-06-16ath5k: split descriptor handling and frame receiveBruno Randolf
2010-06-16ath5k: unify rx descriptor error handlingBruno Randolf
2010-06-16ath5k: reset more pointers after we free skbsBruno Randolf
2010-06-16ath5k: print more errors when decriptor setup failsBruno Randolf
2010-06-16ath5k: fix rx descriptor debuggingBruno Randolf
2010-06-16ath5k: fix some comment typosBruno Randolf
2010-06-16ath5k: rename ath5k_txbuf_free() to ath5k_txbuf_free_skb()Bruno Randolf
2010-06-16ath5k: more debug prints for resetsBruno Randolf
2010-06-16ipw2200: Enable LED by defaultubuntu@tjworld.net