summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-29ipw2x00: remove ipw2100_rates_11b[]Stanislav Yakovlev1-9/+2
2012-02-29zd1211rw: wait between setting hash table and powering radio onFlorian Fainelli1-1/+11
2012-02-27iwlwifi: fix IDI compilationEmmanuel Grumbach1-1/+1
2012-02-27iwlwifi: update pci subsystem idWey-Yi Guy3-3/+16
2012-02-27iwlwifi: one more sku added to 6x35 seriesWey-Yi Guy1-0/+1
2012-02-27iwlwifi: iwl-trans.h doesn't need all these includesEmmanuel Grumbach2-4/+5
2012-02-27iwlwifi: document the operational modeEmmanuel Grumbach2-8/+34
2012-02-27iwlwifi: remove iwl_reset_traffic_log from sharedEmmanuel Grumbach2-4/+2
2012-02-27iwlwifi: remove iwl_print_rx_config_cmd from sharedEmmanuel Grumbach4-14/+15
2012-02-27iwlwifi: kill iwl_bus.hEmmanuel Grumbach9-188/+29
2012-02-27iwlwifi: eeprom gets transport and not busEmmanuel Grumbach3-77/+80
2012-02-27iwlwifi: move eeprom defines to iwl-eeprom.cEmmanuel Grumbach2-3/+4
2012-02-27iwlwifi: remove a few dereferences to iwl_priv from the tansportEmmanuel Grumbach1-4/+3
2012-02-27iwlwifi: virtualize op_mode's fw_errorEmmanuel Grumbach7-5/+21
2012-02-27iwlwifi: virtualize op_mode's set_hw_rf_killEmmanuel Grumbach7-7/+18
2012-02-27iwlwifi: virtualize op_mode's stop/start queueEmmanuel Grumbach6-6/+31
2012-02-27iwlwifi: virtualize op_mode's rxEmmanuel Grumbach6-7/+21
2012-02-27iwlwifi: virtualize op_mode's free skbEmmanuel Grumbach7-3/+34
2012-02-27iwlwifi: use sparse compliant __aligned__ attributeEmmanuel Grumbach2-2/+2
2012-02-27iwlwifi: virtualize the op_modeEmmanuel Grumbach12-65/+204
2012-02-27iwlwifi: rename iwl_remove to iwl_op_mode_dvm_stopEmmanuel Grumbach3-3/+3
2012-02-27iwlwifi: drv object can release its own memoryEmmanuel Grumbach3-2/+21
2012-02-27iwlwifi: introducing the drv object's flowsEmmanuel Grumbach6-29/+210
2012-02-27iwlwifi: move uCode flags handling to op_modeJohannes Berg2-16/+21
2012-02-27iwlwifi: move content of iwl_probe to post fetch_fwEmmanuel Grumbach4-55/+67
2012-02-27iwlwifi: parse_tlv functions set the fw_version stringEmmanuel Grumbach2-31/+44
2012-02-27rt2800pci: Fix 'Error - MCU request failed' during initializationJakub Kicinski1-8/+17
2012-02-27rt2800: Add documentation on MCU requestsJakub Kicinski2-4/+19
2012-02-27iwlwifi: iwl-agn.h included twiceDanny Kukawka1-1/+0
2012-02-27mac80211_hwsim: correctly line up a multiline printkAntonio Quartulli1-1/+1
2012-02-27brcm80211: fmac: use correct firmware filenameRafał Miłecki1-3/+3
2012-02-27brcm80211: fmac: fix a couple checking after dereference bugsDan Carpenter1-4/+4
2012-02-27net/wireless: ipw2x00: Use IW_HANDLER macro from linux/wireless.hStanislav Yakovlev1-55/+35
2012-02-27ath9k: Cleanup mci.cSujith Manoharan1-154/+59
2012-02-27ath9k_hw: MCI whitespace/debug cleanupSujith Manoharan1-294/+68
2012-02-27ath9k_hw: Remove HW revision checksSujith Manoharan1-24/+10
2012-02-27ath9k_hw: Cleanup MCI reset routineSujith Manoharan1-44/+47
2012-02-27ath9k: Modify ATH9K_BTCOEX_SUPPORTSujith Manoharan1-8/+8
2012-02-27ath9k: Remove ATH9K_HW_CAP_MCI checksSujith Manoharan4-68/+1
2012-02-27ath9k: Remove ATH_BTCOEX_CFG_NONE checksSujith Manoharan4-42/+1
2012-02-27ath9k_htc: Use CONFIG_ATH9K_BTCOEX_SUPPORTSujith Manoharan2-6/+22
2012-02-27ath9k_htc: Init BTCOEX inside htc_drv_gpio.cSujith Manoharan3-31/+34
2012-02-27ath9k_htc: Start/stop btcoex using a helperSujith Manoharan3-12/+29
2012-02-27ath9k_hw: Use CONFIG_ATH9K_BTCOEX_SUPPORTSujith Manoharan5-14/+80
2012-02-27ath9k_hw: Cleanup MCI function declarationsSujith Manoharan2-267/+254
2012-02-27ath9k_hw: Cleanup MCI bits from hw.hSujith Manoharan5-195/+199
2012-02-27ath9k_hw: Cleanup MCI bits from ath9k_hw_reset()Sujith Manoharan3-118/+163
2012-02-27ath9k_hw: Setup MCI calibration using a helperSujith Manoharan3-38/+54
2012-02-27ath9k_hw: Handle MCI power state using a helperSujith Manoharan3-15/+20
2012-02-27ath9k_hw: Use a helper function to get MCI ISRSujith Manoharan3-27/+28