summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-03-06mwifiex: endian bug in mwifiex_drv_change_adhoc_chan()Dan Carpenter2-4/+3
2012-03-06p54spi: Release GPIO lines and IRQ on error in p54spi_probeMax Filippov1-4/+10
2012-03-06rndis_wlan: use u8 for key indexesJussi Kivilinna1-9/+9
2012-03-06rndis_wlan: use RNDIS_WLAN_NUM_KEYS for all key index checksJussi Kivilinna1-3/+5
2012-03-06rndis_wlan: fix le16/le32_to_cpu mix up with config.beacon_periodJussi Kivilinna1-7/+7
2012-03-06rndis_wlan: prevent integer overflow in indication()Dan Carpenter1-2/+2
2012-03-06rndis_wlan: make some variables unsignedDan Carpenter1-2/+4
2012-03-06rndis_wlan: remove unneeded variablesDan Carpenter1-4/+2
2012-03-06rndis_wlan: integer overflows in rndis_wlan_do_link_up_work()Dan Carpenter1-4/+9
2012-03-06b43: prevent firmware on bcm5354 from taking over wrong GPIO pinsHauke Mehrtens1-0/+2
2012-03-06ath9k: make use of list_for_each_entry_safeMohammed Shafi Shajakhan1-7/+2
2012-03-06ath9k: completely zero intialize valid_phy_rate_idxMohammed Shafi Shajakhan2-3/+1
2012-03-06mwifiex: fix bug in wildcard scan handlingAmitkumar Karwar3-33/+27
2012-03-06mwifiex: remove unnecessary struct mwifiex_802_11_ssidAmitkumar Karwar8-27/+19
2012-03-06mwifiex: correct bitrates advertised to cfg80211Avinash Patil1-4/+2
2012-03-06bcma: add support for sprom not found on the deviceHauke Mehrtens1-8/+69
2012-03-06bcma: export bcma_find_coreHauke Mehrtens1-1/+2
2012-03-06ssb: remove 5GHz antenna gain from spromHauke Mehrtens4-44/+23
2012-03-06ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx statusFelix Fietkau2-3/+6
2012-03-06ath9k_hw: enable interrupts for beacon tx completion eventsFelix Fietkau1-1/+5
2012-03-06ath9k: do not call ath9k_hw_txprocdesc on AR9003 outside of the tx taskletFelix Fietkau1-1/+2
2012-03-06Revert "ath9k_hw: Fix false tx hung detection in AR9003 chips"Felix Fietkau2-12/+2
2012-03-06mwifiex: handle auto authentication mode correctlyAmitkumar Karwar5-10/+22
2012-03-01carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly"John W. Linville1-1/+1
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-33/+41
2012-02-29ath9k: decouple RX error checking for DFSZefir Kurtisi1-6/+6
2012-02-29iwlegacy: remove unused enum il4965_calib_enabled_stateGreg Dietsche1-5/+0
2012-02-29iwlegacy: remove enum iw_calib and related codeGreg Dietsche4-32/+0
2012-02-29iwlegacy: Kconfig: Change Debug Option to be more clearGreg Dietsche1-1/+1
2012-02-29iwlegacy: Kconfig: Move Debugging OptionsGreg Dietsche1-39/+39
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg3-3/+7
2012-02-29mwifiex: remove unnecessary enum MWIFIEX_802_11_WEP_STATUSAmitkumar Karwar7-44/+29
2012-02-29mwifiex: remove redundant scan operationAmitkumar Karwar1-6/+0
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-29mwifiex: reset encryption mode flag before associationAmitkumar Karwar1-0/+1
2012-02-29carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter1-3/+5
2012-02-29carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari1-0/+1
2012-02-28iwlwifi: fix IDI compilationEmmanuel Grumbach1-1/+1
2012-02-28iwlwifi: update pci subsystem idWey-Yi Guy3-3/+16
2012-02-28iwlwifi: one more sku added to 6x35 seriesWey-Yi Guy1-0/+1
2012-02-28iwlwifi: iwl-trans.h doesn't need all these includesEmmanuel Grumbach2-4/+5
2012-02-28iwlwifi: document the operational modeEmmanuel Grumbach2-8/+34
2012-02-28iwlwifi: remove iwl_reset_traffic_log from sharedEmmanuel Grumbach2-4/+2
2012-02-28iwlwifi: remove iwl_print_rx_config_cmd from sharedEmmanuel Grumbach4-14/+15
2012-02-28iwlwifi: kill iwl_bus.hEmmanuel Grumbach9-188/+29
2012-02-28iwlwifi: eeprom gets transport and not busEmmanuel Grumbach3-77/+80
2012-02-28iwlwifi: move eeprom defines to iwl-eeprom.cEmmanuel Grumbach2-3/+4
2012-02-28iwlwifi: remove a few dereferences to iwl_priv from the tansportEmmanuel Grumbach1-4/+3
2012-02-28iwlwifi: virtualize op_mode's fw_errorEmmanuel Grumbach7-5/+21