aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/p54/eeprom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-12-03p54: potential signedness issue in p54_parse_rssical()Dan Carpenter1-2/+3
2012-08-13p54: fix powerpc gcc warningsChristian Lamparter1-4/+8
2012-08-10p54: parse output power tableChristian Lamparter1-24/+80
2012-07-16wireless: Use eth_random_addrJoe Perches1-1/+1
2012-06-06wireless: Remove casts to same typeJoe Perches1-1/+1
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-08-24p54: improve site surveyChristian Lamparter1-2/+24
2011-04-29p54: avoid uninitialized variable warning for freqJohn W. Linville1-1/+1
2011-02-28p54: fix a NULL pointer dereference bugFelix Fietkau1-2/+5
2011-02-14p54: enhance rssi->dBm database importChristian Lamparter1-30/+153
2011-02-14p54: p54_generate_band cleanupChristian Lamparter1-10/+11
2011-02-14p54: sort channel list by frequency instead of channel indexChristian Lamparter1-2/+2
2010-10-15drivers/net/wireless/p54/eeprom.c: Return -ENOMEM on memory allocation failureJulia Lawall1-1/+3
2010-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-3/+3
2010-08-24p54: improve eeprom parserChristian Lamparter1-3/+18
2010-08-18drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches1-3/+3
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches1-41/+35
2010-06-02drivers/net/wireless/p54: Use kmemdupJulia Lawall1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-02p54: disable channels with incomplete calibration data setsChristian Lamparter1-12/+19
2009-07-24p54: Eliminate unnecessary initializationLarry Finger1-2/+2
2009-07-24p54: generate channel list dynamicallyChristian Lamparter1-67/+256
2009-07-10p54: Move eeprom codeChristian Lamparter1-0/+564