summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* p54spi: Release GPIO lines and IRQ on error in p54spi_probeMax Filippov2012-03-051-4/+10
* rndis_wlan: use u8 for key indexesJussi Kivilinna2012-03-051-9/+9
* rndis_wlan: use RNDIS_WLAN_NUM_KEYS for all key index checksJussi Kivilinna2012-03-051-3/+5
* rndis_wlan: fix le16/le32_to_cpu mix up with config.beacon_periodJussi Kivilinna2012-03-051-7/+7
* rndis_wlan: prevent integer overflow in indication()Dan Carpenter2012-03-051-2/+2
* rndis_wlan: make some variables unsignedDan Carpenter2012-03-051-2/+4
* rndis_wlan: remove unneeded variablesDan Carpenter2012-03-051-4/+2
* rndis_wlan: integer overflows in rndis_wlan_do_link_up_work()Dan Carpenter2012-03-051-4/+9
* {nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan2012-03-057-1/+39
* b43: prevent firmware on bcm5354 from taking over wrong GPIO pinsHauke Mehrtens2012-03-051-0/+2
* ath9k: make use of list_for_each_entry_safeMohammed Shafi Shajakhan2012-03-051-7/+2
* ath9k: completely zero intialize valid_phy_rate_idxMohammed Shafi Shajakhan2012-03-052-3/+1
* mac80211: Fix the generation of PREQs in proactive RANN mechanism of HWMPChun-Yeow Yeoh2012-03-052-5/+19
* mwifiex: fix bug in wildcard scan handlingAmitkumar Karwar2012-03-053-33/+27
* mwifiex: remove unnecessary struct mwifiex_802_11_ssidAmitkumar Karwar2012-03-058-27/+19
* mwifiex: correct bitrates advertised to cfg80211Avinash Patil2012-03-051-4/+2
* MIPS: BCM47XX: provide sprom to bcma busHauke Mehrtens2012-03-051-4/+35
* MIPS: BCM47XX: move and extend sprom parsingHauke Mehrtens2012-03-054-151/+625
* MIPS: BCM47XX: fix signature of nvram_parse_macaddrHauke Mehrtens2012-03-051-1/+1
* MIPS: BCM47XX: return number of written bytes in nvram_getenvHauke Mehrtens2012-03-051-2/+1
* bcma: add support for sprom not found on the deviceHauke Mehrtens2012-03-052-8/+75
* bcma: export bcma_find_coreHauke Mehrtens2012-03-052-1/+3
* ssb: add some missing sprom attributesHauke Mehrtens2012-03-051-1/+75
* ssb: add alpha2Hauke Mehrtens2012-03-051-0/+1
* ssb: fix per path sprom varsHauke Mehrtens2012-03-051-1/+1
* ssb: remove 5GHz antenna gain from spromHauke Mehrtens2012-03-055-50/+24
* ssb: sprom fix some sizes / signednessHauke Mehrtens2012-03-051-8/+8
* ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx statusFelix Fietkau2012-03-052-3/+6
* ath9k_hw: enable interrupts for beacon tx completion eventsFelix Fietkau2012-03-051-1/+5
* ath9k: do not call ath9k_hw_txprocdesc on AR9003 outside of the tx taskletFelix Fietkau2012-03-051-1/+2
* Revert "ath9k_hw: Fix false tx hung detection in AR9003 chips"Felix Fietkau2012-03-052-12/+2
* mwifiex: handle auto authentication mode correctlyAmitkumar Karwar2012-03-055-10/+22
* carl9170: fix breakage from "mac80211: handle non-bufferable MMPDUs correctly"John W. Linville2012-02-291-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-2910-34/+45
|\
| * mwifiex: reset encryption mode flag before associationAmitkumar Karwar2012-02-291-0/+1
| * carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter2012-02-291-3/+5
| * carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari2012-02-291-0/+1
| * brcm80211: smac: only print block-ack timeout message at trace levelArend van Spriel2012-02-231-3/+3
| * brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel2012-02-231-5/+1
| * mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan2012-02-211-0/+3
| * mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan2012-02-211-1/+1
| * iwlwifi: fix key removalJohannes Berg2012-02-211-1/+9
| * rt2x00: fix a possible NULL pointer dereferenceGabor Juhos2012-02-211-1/+2
| * ath9k_hw: prevent writes to const data on AR9160Felix Fietkau2012-02-213-25/+20
* | ath9k: decouple RX error checking for DFSZefir Kurtisi2012-02-291-6/+6
* | iwlegacy: remove unused enum il4965_calib_enabled_stateGreg Dietsche2012-02-291-5/+0
* | iwlegacy: remove enum iw_calib and related codeGreg Dietsche2012-02-294-32/+0
* | iwlegacy: Kconfig: Change Debug Option to be more clearGreg Dietsche2012-02-291-1/+1
* | iwlegacy: Kconfig: Move Debugging OptionsGreg Dietsche2012-02-291-39/+39
* | mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-296-18/+30